sift
sift copied to clipboard
A fast and powerful alternative to grep
When I search for special character from Czech alphabet, `sift` returns no results. Example: ``` chcp 1250 echo This line should match: česky>match.txt rem sift gives no output sift česky...
Wow. I 've just saw #13 is already implemented. Since _hg_ and _git_ are friends ... It would be great to also ignore the files and directories specified in .hgignore...
reddit link where you mentionned them : https://www.reddit.com/r/golang/comments/3sc6k2/sift_a_fast_and_powerful_open_source_alternative/cwwzbcs
It would be nice if you or anyone reading this could add support for macports or homebrew, as well as package systems for the other operating systems. This would help...
sift has a lot of great documentation on it's website, but that's limited. And if I'm in a hurry to find information, I'd prefer that a copy is available locally...
``` $ file test.txt test.txt: UTF-8 Unicode text $ cat test.txt привет Привет ПрИвЕт $ ./sift -i привет test.txt:привет $ grep -ir привет . ./test.txt:привет ./test.txt:Привет ./test.txt:ПрИвЕт ```