You need to have Rust and Cargo installed on your machine. You can install them here: rustup.rs.
You can install this tool directly from GitHub using Cargo.
cargo install --git https://github.com/cringey303/notesAfter installing, run
notes- Uses serde to convert note objects into saveable strings
- Saves to
notes.jsonfor continuity - Uses Inquire for a selectable menu
- Terminal colors
Next steps:
- Add note edit/search functionality
- Add CLAP (command line argument parser) functionality for quick commands
- Clone the repository (or download the files):
git clone https://github.com/cringey303/notes cd notes - Run the program
cargo run
Now you are ready to create notes!