4 个版本
0.1.3 | 2020年6月10日 |
---|---|
0.1.2 | 2020年6月9日 |
0.1.1 | 2020年6月9日 |
0.1.0 | 2020年6月9日 |
#8 in #kanban
87KB
2.5K SLoC
Kanben
Kanben,由Ben为Ben创建。一个简单、无装饰的终端看板工具。
用法
kanben # lists top priority work
kanben add <title> # creates a new work item
kanban edit <title> # allows editing task description
kanben view <title> # lists all info in <title>
kanben start <title> # moves <title> into doing
kanben complete <title> # moves <title> into done
kanben delete <title> # individual delete
kanben clear-done # clears done column
kanben now # outputs in-progress tasks
kanben tag <title> <tag> # adds a tag to a task
kanben top <title> # move task to top of list
安装
使用Cargo
cargoinstall kanben
自动完成
source autocomplete.sh
以启用自动完成
依赖项
~5–14MB
~153K SLoC