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
counsel-git-grep - please add more control #244
Comments
Would it be okay to just prompt for the command line to run instead of making an interface that necessarily cannot express the full spectrum of options you could choose? |
That probably would work fine, yes. |
Thanks. This is useful for grepping in only certain files. |
That's excellent - thank you. I much appreciate your work. I've just switched to ivy/swiper/counsel from helm after I still found helm awkward and unintuitive at times after 8 months of trying. I'm much preferring your lighter touch. |
* counsel.el (counsel--gg-count): Generate the count command from `counsel-git-grep-cmd' by replacing "--full-name" with "-c". Re #244
Counsel-git-grep is very nice, but it would be much better if you could edit some of the grep options, perhaps via a hydra?
e.g. you could toggle flags etc., much like with magit (-i, -w etc.)
or define a file match pattern - *.js, *.py etc. - very useful on large mixed language repos
The text was updated successfully, but these errors were encountered: