helm-git-grep icon indicating copy to clipboard operation
helm-git-grep copied to clipboard

helm for git grep

Results 20 helm-git-grep issues
Sort by recently updated
recently updated
newest added

I'd like to exclude `bower_components` and `node_modules` when git-greping.

This is a feature request. After executing C-c g [keywords], I'd like to narrow the search result by file name or extension. How about providing a command (bound C-c u...

I am versioning my npm directories inside node_modules. I have added node_modules to the grep-find-ignored-directories list, and helm-do-grep correctly does not return results from that directory. Helm-git-grep does however return...

Hi, thank you for this great package. I have found that when I select a file in `helm-git-grep`, it always opens a new buffer something like `mouse1:.. mouse2:.. mouse3: ...`...

I (foolishly?) enabled column numbers on git (via `git config --global grep.column true`) for cli work and it broke `helm-git-grep` (which I cannot live without at this point 🙂). This...

Allows navigating to the exact location of the match.

This only simulates the original way the search is done. E.g., we can't use --null here, because the output will now be parsed by compilation-mode, not us.

I sometimes log in to my localhost through another user, with [tramp](https://www.gnu.org/software/tramp/). For instance, `(find-file "/su:user2@:/home/user2/")`. Then I go a a git repository inside that folder, and want to use...

Is it possible that helm-grep-do-git-grep shows results in a minibuffer, below the current window, rather than in a new one or replace the current? Thanks!