#notes #cli

app scribo

Simple CLI note-taking app written in Rust

2 releases

Uses new Rust 2024

0.1.1 Jan 4, 2026
0.1.0 Jan 3, 2026

#2461 in Command line utilities

GPL-3.0-or-later

22KB
170 lines

Scribo

A CLI application that can save and list notes quickly and efficiently.

To install :

#install from crates.io
	cargo install scribo
#or install from my repository
	cargo install https:://github.com/tahairavani/scribo

Commands

Add new note:

scribo add "note conntent" --tag "tag"

Remove notes:

scribo delete note_id

List notes:

scribo list

Clear all notes

scribo clear --yes

Dependencies

~5.5–7MB
~118K SLoC