Index the current repository for semantic search (creates .ogrep/index.sqlite)
Creates a semantic search index of the repository for code queries.
/plugin marketplace add gplv2/ogrep-marketplace/plugin install ogrep@ogrep-marketplacepathRun indexing with ogrep. If no path is provided, index the current directory.
Use:
ogrep index ${1:-.}If ogrep is not installed, tell the user to run:
pip install -e . (from the repo root) OR pip install ogrep (if published later)