-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature - Add -g PATTERN
like option to enable smart file listing
#47
Comments
Thanks for the suggestion and background info. This is somehow related to #10 - the option |
Oh wow, sorry for missing #10. Well thanks for the quick response and for considering the new feature 😃 |
I implemented this with version 0.7.0, please see the release notes for details. |
You're awesome! Thanks! |
used when indexing files in the project. It's about 10x faster than Ack. - https://sift-tool.org/ - https://github.com/svent/sift
Both Ack and The Silver Searcher have a
-g PATTERN
command that enables for fast file listing based on expression matching the file path itself, while still keeping in mind configuration settings (like ignoring certain file types from showing in results).While this
-g
flag enables these applications to perform quite differently (matching against path/filename rather than actual contents), it allows them to be used in interesting contexts, such as the driver to CtrlP indexing. More info regarding the benefits of this use case are spelled out in @thoughtbot's blog post "Faster Grepping in Vim".The text was updated successfully, but these errors were encountered: