扫一扫分享
Taskbook 是一个基于命令行使用习惯的个人任务、备注管理工具 。
Yarn
yarn global add taskbook
npm install --global taskbook
Snapcraft
snap install taskbook
snap alias taskbook tb # set alias
$ tb --help
用法
$ tb [<options> ...]
Options
none 显示板块视图
--archive, -a 显示已归档的条目
--begin, -b 开始/暂停 任务
--check, -c 完成/暂停 任务
--clear 删除所有已完成任务
--copy, -y 复制条目描述
--delete, -d 删除条目
--edit, -e 编辑条目描述
--find, -f 搜索条目
--help, -h 显示帮助信息
--list, -l 按属性列出条目
--move, -m 在板块之间移动条目
--note, -n 创建笔记
--priority, -p 更新任务的优先级
--restore, -r 从存档还原条目
--star, -s 收藏/取消收藏 条目
--task, -t 创建任务
--timeline, -i 显示时间线视图
--version, -v 显示已安装的版本
示例
$ tb
$ tb --archive
$ tb --begin 2 3
$ tb --check 1 2
$ tb --clear
$ tb --copy 1 2 3
$ tb --delete 4
$ tb --edit @3 Merge PR #42
$ tb --find documentation
$ tb --list pending coding
$ tb --move @1 cooking
$ tb --note @coding Mergesort worse-case O(nlogn)
$ tb --priority @3 2
$ tb --restore 4
$ tb --star 2
$ tb --task @coding @reviews Review PR #42
$ tb --task @coding Improve documentation
$ tb --task Make some buttercream
$ tb --timeline
手机预览