CLI full-text search for local files.
Nate Dobbins 70466a13de fix markdown | 8 years ago | |
---|---|---|
LICENSE.txt | 8 years ago | |
README.md | 8 years ago | |
main.go | 8 years ago |
CLI full-text search for local files. Like grep but Googlier.
Alpha. Works but doesn't do any text analysis or filtering.
sift "search terms" dir1/dir2
-r
to search recursively through contained directories (like grep's -r
)
I wanted to Google my ~/journal dir without revealing my innermost secrets to the NSA via GDrive search. Might work for you if you have heaps upon heaps of .txt and .md files like me.
GPLv3.