nitrous 0.1.15

Executable to be called from a text editor, providing fast snippets.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- [x] user database of snips
  - [x] use serde + binary stuff when adding snippets
    - [ ] use fst for fast searching when finding snippets
- [x] command to display all your snippets
- [ ] command to delete a snippet
- [ ] tag by language for even faster search (?)
- [x] create snippets from command line
- [x] create snippets from file
  -[ ] stdin
- [ ] vim wrapper
  - [ ] create snippets from buffer
- [ ] builtin snippets?
  - [ ] snip for clap projects
  - [ ] snip for starting vim docs
- [ ] LaTeX + whatnot for everything would be nice.