A CLI to use when reverse-i-search is not enought.
Run the binary with the command notes
get all the available domains:
> asd notes
DOMAIN
example
Run the notes
command using -d
to specify the name of the domain:
> asd notes -d example
hello:
- world
foo:
- bar1
- bar1
Run the notes
command using -d
to specify the name of the domain, and -n
the name of the note:
> asd notes -d example -n hello
- world
Domains
are represented as yaml files under the data folder, each entry in the yaml represents a Note
.
Big thanks to all the people who have already contributed! (lol)