Commit Graph

165 Commits

Author SHA1 Message Date
Joshua Clayton
31a569eef9 Support [] and JavaScript (which uses periods) 2016-05-03 05:05:55 -04:00
Joshua Clayton
3ddf0631a9 Display progress bar when running ag 2016-05-02 06:05:31 -04:00
Joshua Clayton
dcfaa9355e Refactor in preparation for progress bar 2016-05-02 06:03:26 -04:00
Joshua Clayton
6ee18cf1c9 Extract error printing to separate function 2016-05-01 06:20:47 -04:00
Joshua Clayton
8f5446a414 Move parsing response entirely to Parser 2016-05-01 05:40:30 -04:00
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