1
0
Fork 0
mirror of https://github.com/topydo/topydo.git synced 2024-05-20 05:48:35 +00:00
Mirror of the topydo repository, a powerful todo.txt client for the command line. https://topydo.org
Go to file
2015-08-20 14:25:53 +02:00
doc Add small screencast that demonstrates topydo. 2014-11-30 21:54:29 +01:00
test Apply strict recurrence when rec: expression starts with +. 2015-08-01 22:51:05 +02:00
topydo Merge branch 'master' into stable 2015-08-20 14:25:53 +02:00
.coveragerc Add configuration file for coverage and ignore the result file. 2015-06-06 20:32:05 +02:00
.gitignore more inclusive .gitignore 2015-08-13 13:26:30 +02:00
.travis.yml Upgrade Travis to run on new infrastructure 2015-08-13 13:27:28 +02:00
CHANGES.md Merge branch 'master' into stable 2015-08-20 14:25:53 +02:00
CONTRIBUTING.md Add section on 'coverage', restructured document a bit. 2015-06-13 03:21:05 +02:00
LICENSE.txt Rename file. 2014-10-19 16:29:34 +02:00
README.md Merge branch 'master' into stable 2015-07-31 19:44:45 +02:00
run-tests.sh Create test script to run tests. 2015-05-22 21:26:23 +02:00
setup.cfg Build one wheel for Python 2 and 3. 2015-06-03 20:17:08 +02:00
setup.py Use InMemoryHistory instead of the (now abstract) History class. 2015-08-20 14:19:15 +02:00
topydo.conf Add option to disable adding the creation date for 'add'. 2015-07-31 19:16:46 +02:00

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