Hacker News new | ask | show | jobs
by Myrmornis 3681 days ago
This is cool, I've also been writing a similar emacs package: it uses `git grep` and `git ls-files` to quickly find patterns and file names in the current git repo, and has a simple interface for filtering the search results to narrow down to what you were looking for (and also uses a regexp heuristic for jumping to definitions).

https://github.com/dandavison/emacs-search-files