Crates.io | rustash |
lib.rs | rustash |
version | 0.3.1 |
source | src |
created_at | 2024-09-03 13:39:30.951844 |
updated_at | 2024-09-13 13:03:33.45415 |
description | a simple CLI tool to manage your notes |
homepage | |
repository | |
max_upload_size | |
id | 1361653 |
size | 12,965 |
cargo install rustash
> rustash add hello
> rustash add world
> rustash list
0) hello
1) world
# show first note by default if no index provided
> rustash show
0) hello
> rustash show 1
1) world
> rustash remove 1
> rustash list
0) hello
> rustash clear
> rustash list
no notes yet...