Zoekt
- GitHub
- Used for Gitlab Exact code search
- Issues:
Install
pamac install zoekt ctags
Usage
Index
Index a single git repo:
zoekt-git-index -index ~/.zoekt/ .
Search
Examples:
Search all READMEs for the case-insensitive string todo:
zoekt -r 'f:README.m todo'
Search for python scripts:
zoekt -r 'lang:python'