#note #notes #cli #command-line-tool #add #manage #show

app rustash

a simple CLI tool to manage your notes

10 releases

0.3.1 Sep 13, 2024
0.3.0 Sep 9, 2024
0.2.4 Sep 8, 2024
0.1.2 Sep 4, 2024

#482 in Command line utilities

Download history 362/week @ 2024-08-31 452/week @ 2024-09-07 88/week @ 2024-09-14 3/week @ 2024-09-21 55/week @ 2024-09-28 1/week @ 2024-10-12

505 downloads per month

MIT license

8KB
171 lines

rustash

a simple CLI tool to manage your notes

install

cargo install rustash

usage

add note
> rustash add hello
> rustash add world
list note
> rustash list
0) hello
1) world
show note by index
# show first note by default if no index provided
> rustash show
0) hello

> rustash show 1
1) world

remove note by index

> rustash remove 1
> rustash list
0) hello
delete all notes
> rustash clear
> rustash list
no notes yet...

Dependencies

~0–10MB
~48K SLoC