```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 │ │
└───────────┴────────────────────┴───────────────────────────────┴──┘
```