#
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
Flag options:
-f/-format: d/date, i/index ```
```
alias d=‘dro’ alias da=‘dro add’ alias dls=‘dro list -f index’ alias dd=‘dro md -i’ alias ddi=‘dro md -i’ ```