一个命令行版的 todo 管理工具

1,687 阅读1分钟




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

    preview
  • solve a task, you can also take notes.

    todo do {index}

    preview
  • remove a task

    todo rm {index}

    preview
  • show task histroy

    todo log

    preview

    About

    if you have any ideas and suggestions, please tell me here.

    LICENSE

    MIT