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-12-19 23:14:14 +01:00
doc Add small screencast that demonstrates topydo. 2014-11-30 21:54:29 +01:00
test Stop processing expressions when a match was found 2015-12-19 23:14:14 +01:00
topydo Version bump. 2015-12-19 23:14: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 Install prompt-toolkit to fix pylint errors in Travis CI build 2015-11-29 21:24:56 +01:00
AUTHORS.md Add AUTHORS file. 2015-11-04 12:49:32 +01:00
CHANGES.md Version bump. 2015-12-19 23:14:14 +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 Provide mock and shutil.get_terminal_size for testing on PyPy 3. 2015-12-03 22:15:13 -07: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 Python 3.2).
  • 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 in older versions of Python.
  • python-dateutil: A dependency of arrow.
  • mock : Used for testing. This was added to the standard library in Python 3.3.

Demo

gif