Commit Graph

10 Commits

Author SHA1 Message Date
Joshua Clayton
d0fcb42535 Ignore tmp 2016-05-01 05:25:50 -04:00
Joshua Clayton
c9b4f4cf37 Update README with how to install binary 2016-05-01 04:48:35 -04:00
Joshua Clayton
447943f401 Extract aggregate data structure 2016-04-30 09:57:46 -04:00
Joshua Clayton
9f006ffd3c Filter results to matches with one file and one occurrence 2016-04-30 05:49:04 -04:00
Joshua Clayton
fa0e34c843 Add a bit more to the README 2016-04-29 05:55:09 -04:00
Joshua Clayton
2d4939cb47 Reorganize data structure to handle parsing errors
This extracts the previous data structure from groupBy into an actual
Data.Map.Strict String [TermMatch], as well as another type
(ParseResponse) capturing invalid and valid responses.
2016-04-29 05:28:03 -04:00
Joshua Clayton
ed72d2405a Initial pass at adding color to output 2016-04-29 04:46:31 -04:00
Joshua Clayton
a5230f163e Parse results into matches 2016-04-28 22:21:18 -04:00
Joshua Clayton
1249a0e823 Search for terms from a tags file
This returns a list of each match, files, and counts based on the
current directory.
2016-04-28 17:42:58 -04:00
Joshua Clayton
8931c08f93 Initial 2016-04-28 05:37:06 -04:00