Skip to main content

todo.txt manager which adds tree printing

Project description

todotree

Latest Release pipeline status coverage report Commit activity License

A todo.txt implementation with more features:

Installation

To install the package, use pip install todotree.

Interactively

To create the files interactively, use todotree init. The app will ask you a few questions about the features you want to enable and the locations of the files. It will then generate the files at the correct locations, and you can use todotree.

Manually

If you do not want to use the interactive version, you can run it manually. The commands are as follows:

mkdir -p ~/.local/share/todotree/
touch ~/.local/share/todotree/todo.txt
touch ~/.local/share/todotree/done.txt
touch ~/.local/share/todotree/config.yaml

To make use of the git versioning, the following steps need to be done.

  1. install git.
  2. run git init in the directory where the todo.txt and done.txt are. (ie ~/local/share/todotree)
  3. run git remote add origin <url> to add a remote repository. Note that the remote needs to be configured.
  4. Set the git_mode in the configuration to Full.
  5. run a todotree command which edits the files, such as edit. This will push the data to the remote repository.

Screenshots

projects

project

context

context


Repository initiated with fpgmaas/cookiecutter-poetry.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

todotree-2.2.0.tar.gz (33.0 kB view hashes)

Uploaded Source

Built Distribution

todotree-2.2.0-py3-none-any.whl (49.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page