一个命令行版的 todo 管理工具
todo-live
a todo list manager in command line.
todo-live
helps you build a simple list of tasks, you can change the state of the task and add notes. For developers, dealing with a task in a command line can help you to focus your attention.
Install
todo-live
required NodeJS. use npm installation:
npm i -g todo-live
Usage
-
use alias (optional)
alias t='todo'
-
add a task (add / a)
todo add
/todo a
-
show tasks (show / s)
previewtodo show
/todo show {index}
/todo s
-
solve a task, you can also take notes.
previewtodo do {index}
-
remove a task
previewtodo rm {index}
-
show task histroy
previewtodo log
About
if you have any ideas and suggestions, please tell me here.
LICENSE
MIT
转载自:https://juejin.cn/post/6844903555355295758