dsh plugins中文
← Back to popular plugin directory

In-process triple index

Owen718/snapgrep · skills

An in-process trigram index that makes code search in Pi&DSH 20-70x faster than ripgrep, with identical results and no sidecar process.

★ 8GitHub stars
0Forks
2026-08-15Last updated
TypeScriptLanguage
MITLicense

Project overview

An in-process trigram index that makes code search in Pi Typically 40–70× faster than ripgrep on a warm index — and every result is checked against ripgrep, byte for byte.

No sidecar process. No daemon. A single 3.2 MB native addon loaded inside the agent process. Install Pi

Pi's built-in grep is replaced automatically, in every project. To confirm, ask Pi to search for a string you know exists — the tool detail shows actualBackend: kernel. oh-my-pi (omp)

Install command

dsh plugin --profile web add github:Owen718/snapgrep
View GitHub repository ↗Back to popular plugin directory