1 个不稳定版本
0.1.0 | 2019年1月14日 |
---|
#82 in #txt
6KB
90 代码行
todo_cli
这是一个用于为您的项目编写待办事项列表的简单命令行工具
用法
该工具用于编写待办事项列表,可用的标志和选项如下
USAGE:
TODO [FLAGS] [OPTIONS]
FLAGS:
-d, --delete Deletes the TODO file, if you have used a custom path before you also need to pass that
-h, --help Prints help information
-s, --show Prints out the TODO list
-V, --version Prints version information
OPTIONS:
-r, --remove <index> Will delete a TODO item with a specific number [default: ]
-m, --message <message> The TODO item [default: ]
-p, --path <path> Path to the TODO file. It will create the file if it doesn't find it, however it can't
create a folder [default: ./todo.txt]
如果您想向您的待办事项列表添加项目,请使用以下命令
todo_cli --message "TODO ITEM"
安装
由于 todo_cli 发布到 cartes.io,您需要在系统上安装 Rust 以安装此包。
cargo install todo_cli
更新
目前更新 todo_cli 的唯一方法是重新安装它,这可以通过以下命令完成。
cargo install todo_cli--force
依赖关系
~3.5MB
~61K SLoC