1
0
Fork 0
mirror of https://github.com/topydo/topydo.git synced 2024-06-02 18:48:33 +00:00
Mirror of the topydo repository, a powerful todo.txt client for the command line. https://topydo.org
Go to file
2015-01-02 21:21:46 +01:00
bin Update README and URL. 2014-11-25 21:04:13 +01:00
doc Add small screencast that demonstrates topydo. 2014-11-30 21:54:29 +01:00
test Allow any tag to have a date value. 2014-12-12 23:06:59 +01:00
topydo Version bump. 2014-12-25 18:42:22 +01:00
.gitignore Ignore vim swap files. 2014-06-13 20:59:30 +02:00
CHANGES.md Add a list of changes. 2014-12-25 18:41:25 +01:00
LICENSE.txt Rename file. 2014-10-19 16:29:34 +02:00
README.md Update README.md 2014-12-04 07:10:07 +01:00
setup.py Version bump (forgotten) 2015-01-02 21:21:46 +01:00

topydo

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, hereafter refered to as todo.txt-tools. These extensions are:

  • Set due and start dates;
  • Custom sorting;
  • Dealing with tags;
  • Maintain dependencies between todo items;
  • Allow todos 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

Install simply with:

pip install topydo

Demo

gif