/todo

Primary LanguageGo

todo

Simple commandline todo list manager

Install

wget -qO- https://raw.githubusercontent.com/dariubs/todo/master/install.sh | bash

How to use

  • Add new todo
todo add
  • List of tasks
todo list
  • Change task status
todo change id

# or
todo doing id
todo done id
todo archive id