amedlock / todo

Todo.txt command line utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo

Todo.txt command line utility

To build:

nim c todo.nim
todo list

Colored output:

SS

Display help with:

todo help

Other commands:

todo list
todo add "task"
todo start <index>
todo done <index>
todo delete <index>

About

Todo.txt command line utility

License:MIT License


Languages

Language:Nim 100.0%