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
2016-01-25 11:33:28 +01:00
doc Add small screencast that demonstrates topydo. 2014-11-30 21:54:29 +01:00
test Print 'today' instead of 'just now' 2016-01-06 14:54:13 +01:00
topydo Move comment to the correct position 2016-01-22 12:08:14 +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 Perform McCabe complexity checks as part of CI 2016-01-25 11:33:28 +01:00
AUTHORS.md Add AUTHORS file. 2015-11-04 12:49:32 +01:00
CHANGES.md Give credit where credit is due 2015-12-20 10:16:47 +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 Python 3.2 is not supported, name it PyPy3 instead 2015-12-29 21:35:18 +01:00
setup.cfg Perform McCabe complexity checks as part of CI 2016-01-25 11:33:28 +01:00
setup.py Provide mock and shutil.get_terminal_size for testing on PyPy 3. 2015-12-03 22:15:13 -07:00
topydo.conf Create placeholder for args in aliases 2015-12-16 13:24:59 +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 PyPy3).
  • prompt-toolkit : For topydo's prompt mode, which offers a shell-like interface with auto-completion.
  • arrow : Used to turn dates into a human readable version.
  • backports.shutil_get_terminal_size : Used to determine your terminal window size. This function was added to the standard library in Python 3.3 and so is only required for PyPy3.
  • python-dateutil: A dependency of arrow.
  • mock : Used for testing. This was added to the standard library in Python 3.3.

Demo

gif