Skip to content

nathiss/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO list

Build Status
Simple TODO manager written in Python3.

Requirements

  • Unix[-like] system
  • Python >= 3.3

Installation

  1. Create .todo-list.json in the project's root.
  2. Move todo.py to your $PATH or use symlink.

Usage

  • To list tasks just type:
$ todo.py
  • To add new task 'Foo bar' type:
$ todo.py add Foo bar
  • To delete task type:
$ todo.py delete <id>
  • To mark some task as done type:
$ todo.py done <id>
  • To mark some task as undone type:
$ todo.py undone <id>

License

MIT