Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 511 Bytes

README.org

File metadata and controls

9 lines (8 loc) · 511 Bytes

text-search

This is a small project to brush up on Haskell after not using it for some time. It allows you to search all files in a given folder, looking for specific words and showing the lines containing them.

Installation

The project is built using Stack. The actual code can be found in ./src/Main.hs.