Crates.io | dro |
lib.rs | dro |
version | 0.2.15 |
source | src |
created_at | 2022-11-04 10:51:18.15468 |
updated_at | 2023-07-12 15:50:45.963492 |
description | Super minimal CLI todo (dro) application. |
homepage | |
repository | https://github.com/anthonwellsjo/dro |
max_upload_size | |
id | 705019 |
size | 39,319 |
#
mmm# m mm mmm
#" "# #" " #" "#
# # # # #
"#m## # "#m#"
often lurking in the terminal? just want to keep track of your daily tasks in a minimalist, straight forward manner?
dro is designed to be a intuitive and quick way to add notes of things to get done, directly from your favourite command line.
with homebrew:
brew install anthonwellsjo/tap/dro
or with cargo:
cargo install dro
Command: Flag: Argument:
ls, list -f <opt> - view all dros
a, add description add new dro with <description>
md, markdone -i query/index mark dro at position <index> as done
mu, markundone -i query/index mark dro at position <index> as undone
pu, purge - deletes all dros that are marked as done
h, help - see documentation
v, version - see current version
Flag options:
-f/-format: d/date, i/index
# DRO
alias d=‘dro’
alias da=‘dro add’
alias dls=‘dro list -f index’
alias dd=‘dro md -i’
alias ddi=‘dro md -i’