| Crates.io | scribo |
| lib.rs | scribo |
| version | 0.1.1 |
| created_at | 2026-01-03 15:25:02.399883+00 |
| updated_at | 2026-01-04 16:29:06.197678+00 |
| description | Simple CLI note-taking app written in Rust |
| homepage | https://github.com/tahairavani/scribo |
| repository | https://github.com/tahairavani/scribo |
| max_upload_size | |
| id | 2020337 |
| size | 64,898 |
A CLI application that can save and list notes quickly and efficiently.
#install from crates.io
cargo install scribo
#or install from my repository
cargo install https:://github.com/tahairavani/scribo
scribo add "note conntent" --tag "tag"
scribo delete note_id
scribo list
scribo clear --yes