nkgrep 0.1.0

Top-n,k ranked code search: trigram index, best-first verify, proven match sets
1
2
3
4
5
6
7
8
9
10
11
12
# man

`nkg.1` is the canonical flag reference: synopsis, every flag,
exit codes (0 match, 1 no match, 2 usage/IO/bad-pattern), and
examples. It is generated by hand from `nkg --help` — when flags
change, update both together.

Render without installing:

```bash
man ./man/nkg.1
```