dariubs / todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Go 94.9%Language:Shell 3.0%Language:Makefile 2.1%