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
2022-09-30 16:07:13 -04:00
.github/workflows Add github workflow 2021-04-11 16:15:39 -04:00
docs Delete CNAME 2021-04-11 20:28:04 -04:00
test Add ability to remove priorities. 2022-09-30 16:07:13 -04:00
topydo Add ability to remove priorities. 2022-09-30 16:07:13 -04:00
.coveragerc Fix execution of Coverage 2016-12-28 15:44:04 +01:00
.gitattributes Enforce Unix line endings in test data 2016-11-17 21:31:30 +01:00
.gitignore Ignore vim undo files and coverage annotation files 2016-07-22 17:27:02 +02:00
.isort.cfg Import from own directory using the dot notation 2017-07-30 12:29:04 +02:00
.travis.yml Add travis test for 3.10 2020-10-30 14:43:31 -04:00
AUTHORS.md Fix repository links throughout 2020-10-04 13:21:45 -04:00
CHANGES.md Start documenting the 0.14 release 2020-10-04 20:59:11 -04:00
codecov.yml test code coverage 2020-10-06 19:44:23 -04:00
CONTRIBUTING.md Fix repository links throughout 2020-10-04 13:21:45 -04:00
LICENSE.txt Rename file. 2014-10-19 16:29:34 +02:00
README.md Remove Flattr button from README 2020-11-23 07:46:12 +01:00
setup.py Use README.md for the Py package long description 2020-12-12 16:48:29 -05:00
topydo.conf Remove some references to topydo.org 2020-12-03 17:41:11 -05:00
topydo_columns.conf Remove default value for grouping 2016-11-28 11:45:05 +01:00

topydo - a powerful todo.txt application

Build Status codecov.io Codacy Badge PyPI version

topydo is a powerful todo list application using the todo.txt format.

It has three user interfaces:

  • Command Line Interface (CLI) - originally inspired by the todo.txt CLI by Gina Trapani.
  • Prompt mode - a convenience mode for the CLI. Launch with topydo prompt.
  • Column mode - a text based user interface (TUI) with customizable columns and vim-like bindings. Launch with topydo columns.

png

Features

Feature-wise, the todo.txt format is quite limited, but can be extended using tags. topydo natively supports some of these tags to implement:

  • Due and start dates;
  • Maintain dependencies between todo items;
  • recurring todo items;

topydo also offers:

  • Fine-grained control on sorting and grouping items;
  • Customizable output;
  • Some conveniences when adding new items (e.g. adding creation date and use relative dates);
  • Additional output formats to iCalendar, JSON and Graphviz Dot;
  • Aliases for frequently used commands.
  • Text based todo identifiers, which are more stable and convenient than line-based todo identifiers.

Yet, topydo is fully todo.txt compliant. The text file can be processed by other todo.txt tools (but they may not interpret the tags properly).

The documentation on the TiddlyWiki provides more information about the features and how to use topydo.

Installation

Simply install with:

pip3 install topydo

If you wish to use column mode: install additional dependencies with:

pip3 install topydo[columns]

Similarly, for prompt mode you can install additional dependencies with:

pip3 install topydo[prompt]

Demo

CLI mode:

gif