Post #2230693
2026-04-30 05:35 UTC
@kickingvegas@sfba.social Great overview, thanks. The one grep command I use quite a lot, and is probably very similar to `project-find-regexp`, is `vc-git-grep` which mimics `git grep` and will search for text in your current git project, while respecting the contents of the gitignore file. That is really useful for something like Python projects where you want to search *.py file, but usually not those in the installed packages.
Replies (1)
-
@yantar92@fosstodon.org 2026-04-30 17:25
@hl@social.lol @kickingvegas@sfba.social Also, https://github.com/NicolasPetton/noccur.el