Notation is a simple cli note-taking program written in rust (after all, "everything is better in rust":)
Install using git and cargo
git clone https://github.com/riley-martin/notation.git
cd notation
cargo run
- Create new notes
- Edit existing notes
- Delete old notes
- Select notes by title (currently uses file path, sort of clunky)
- More of a TUI rather than just using subcommands (especially for selecting notes)
This program is licensed under the GPLv3. See LICENSE for details