#todo #cli-applications #bash-life #minimal #cli

app dro

极简CLI待办事项(dro)应用程序

20个版本

0.2.15 2023年7月12日
0.2.14 2023年5月23日
0.2.9 2023年2月7日
0.2.6 2023年1月12日
0.1.5 2022年11月8日

10#minimal

Download history 7/week @ 2024-03-08 3/week @ 2024-03-15 4/week @ 2024-03-29 2/week @ 2024-04-19

111 每月下载量

MIT/Apache

28KB
659

     #
  mmm#   m mm   mmm
 #" "#   #"  " #" "#
 #   #   #     #   #
 "#m##   #     "#m#"
一个超级极简的cli待办事项(dro)应用程序

为什么选择dro?

经常在终端中潜行?只是想以极简、直接的方式跟踪日常任务吗?

dro旨在提供一种直观快捷的方法,直接从您喜欢的命令行添加待办事项的笔记。

安装

使用homebrew

brew install anthonwellsjo/tap/dro

或使用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’

依赖项

~23–31MB
~489K SLoC