snipgrep 0.1.0

Code Documentation Made Simple
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
```console
$ snipgrep run --format table
┌───────────┬────────────────────┬───────────────────────────────┬──┐
│ Path      │ Action             │ Snippet ID                    │  │
├───────────┼────────────────────┼───────────────────────────────┼──┤
│ README.md │ injected           │ rust-print                    │  │
├───────────┼────────────────────┼───────────────────────────────┼──┤
│ README.md │ equal              │ create-db                     │  │
├───────────┼────────────────────┼───────────────────────────────┼──┤
│ README.md │ equal              │ add-function-with-description │  │
├───────────┼────────────────────┼───────────────────────────────┼──┤
│ README.md │ equal              │ add-function-example          │  │
├───────────┼────────────────────┼───────────────────────────────┼──┤
│ README.md │ not-found-snippets │ find-me                       │  │
└───────────┴────────────────────┴───────────────────────────────┴──┘

```