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

These aliases are obsolete as of Emacs 27.1, instead prefer the cl-lib functions.

Otherwise, if the user hasn't already loaded compile for some reason, an error will result.

Do I understand correctly that git-grep finds expressions across all versions and commits within a git repo? This is a feature I have been looking for. For instance, in a...

When set `(setq helm-follow-mode-persistent t)`, helm permit to use helm-follow-mode, as demonstrate by following gif. thank you. ![Peek 2020-03-05 16-06](https://user-images.githubusercontent.com/549126/75960538-2c39a900-5efb-11ea-8a2e-51581137538e.gif)

When overwriting an existing \*hgrep\* buffer it currently does not reset the default-path, causing it to not jump to files correctly. This is because it first navigates to the existing...

If I'm in one git project, for example with name "foo", save a helm grep buffer, the default-directory is "path/to/foo" But if I go to a different project: 'bar'. Then...

Let's say I'm running git grep to find an import. "import Foo" And it matches path/to/file:123 import "a/b/c/Foo"; In helm, if I do C-c C-k, it saves the selection to...

Hi, running helm-git-grep on Windows I have to kill Emacs in the task manager. Do you know what could be going on? I have a grep command in my Path....

enhancement

I used to be able to save the grep buffer as *hggrep* Then I could run compilation-next-error and emacs would go to the next file and open it in a...