1
0
Fork 0
mirror of https://github.com/topydo/topydo.git synced 2024-05-20 13:58:33 +00:00
Mirror of the topydo repository, a powerful todo.txt client for the command line. https://topydo.org
Go to file
2015-11-18 16:27:00 +01:00
doc Add small screencast that demonstrates topydo. 2014-11-30 21:54:29 +01:00
test Add option to set the due date to sub todo items 2015-11-18 14:00:00 +01:00
topydo add subcommand must also check the due dates between dependent todo items 2015-11-18 16:27:00 +01:00
.coveragerc Enable branch coverage 2015-11-07 17:34:47 +01:00
.gitignore Ignore the HTML folder generated by coverage html 2015-11-14 22:08:59 +01:00
.travis.yml Use codecov.io for coverage tracking. 2015-11-07 17:38:37 +01:00
AUTHORS.md Add AUTHORS file. 2015-11-04 12:49:32 +01:00
CHANGES.md Mention ls -F in the changelog. 2015-11-14 22:22:06 +01:00
CONTRIBUTING.md Mention pre-push hook that runs pylint 2015-11-14 22:30:32 +01:00
LICENSE.txt Rename file. 2014-10-19 16:29:34 +02:00
README.md Use codecov.io for coverage tracking. 2015-11-07 17:38:37 +01:00
setup.cfg Build one wheel for Python 2 and 3. 2015-06-03 20:17:08 +02:00
setup.py Revert "Move conditional dependencies to install_requires" 2015-11-16 08:07:14 +01:00
topydo.conf Add option to set the due date to sub todo items 2015-11-18 14:00:00 +01:00

topydo

Build Status codecov.io 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