Skip to content

MinchinWeb/topydo

 
 

Repository files navigation

topydo

Build Status Join the chat at https://gitter.im/bram85/topydo Flattr this git repo

topydo is a todo list application using the todo.txt format. It is heavily inspired by the todo.txt CLI by Gina Trapani. This tool is actually a merge between the todo.txt CLI and a number of extensions that I wrote on top of the CLI. These extensions are:

  • Set due and start dates;
  • Custom sorting;
  • Dealing with tags;
  • Maintain dependencies between todo items;
  • Allow todo items to recur;
  • Some conveniences when adding new items (e.g. adding creation date and use relative dates);

Consult the wiki for more information about the features and on how to use topydo.

Install

Simply install with:

pip install topydo

Optional dependencies

  • icalendar : To print your todo.txt file as an iCalendar file (not supported for Python 3.2).
  • prompt-toolkit : For topydo's prompt mode, which offers a shell-like interface with auto-completion.

Demo

gif

About

A command-line todo list application using the todo.txt format.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%