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)
todo show/todo show {index}/todo s -
solve a task, you can also take notes.
todo do {index} -
remove a task
todo rm {index} -
show task histroy
todo logAbout
if you have any ideas and suggestions, please tell me here.
LICENSE
MIT