A simple cli for taking daily notes, written in Rust.
Use this tool to quickly take notes from the command line. By default, this program pulls up a note specific for the current date. Check out the docs to see to use it.
Currently, only installation via cargo is supported.
If you already have cargo installed, just you can run:
cargo install --git https://github.com/samsonjj/notes_rust
notes_rust --help
Or you can clone the source and compile it:
git clone https://github.com/samsonjj/notes_rust
cargo build --release
./target/release/notes_rust --help
I highly recommend setting an alias in your .bash_profile or equivalent:
echo "alias notes=notes_rust" >> ~/.bash_profile
Check out the tutorial docs or install it and run
notes_rust --tutorial
or
notes_rust --help