Commit Graph

4 Commits

Author SHA1 Message Date
Cameron Cordes
a403dbda76 Omit files and print only match options added
These are essential for using the tool for scripting purposes.
2020-05-20 17:54:46 -04:00
Cameron Cordes
1229c05d8d Add basic gitignore functionality
No support for wildcards and exact matches might screw up nested
directories. The Globbing functionality seems like its going to be a
pain to properly match up.
2020-05-20 17:36:30 -04:00
Cameron Cordes
ee3e61b76d Extract most shared logic into SimplePrinter
This should hopefully allow for more command line options, like no
color, omitting line number and file names for better scriptability.
2020-05-19 23:23:15 -04:00
Cameron Cordes
263dad91da Organize code into separate files 2020-05-19 22:44:26 -04:00