Skip to main content

Console UI to manage your todo.txt file(s).

Project description

pter

Your console UI to manage your todo.txt file(s).

Installation

To install pytodotxt, you can follow these steps to clone the repository, and install the program.

pip install pter

Now you can run pter to access your todo.txt file(s):

pter ~/todo.txt

See below for more details.

Features

pter has a bunch of features that should help you managing your todo.txt file:

  • Fully compatible to the todo.txt standard
  • Support for due:, h:, t:
  • Search functionality
  • Configurable colors and shortcuts (and more, see configuration)
  • Time tracking
  • Save search queries for quick access (see named searches)

Using pter

To launch pter you have to tell it where your todo.txt file is:

pter ~/todo.txt

This will give you a listing of all your tasks order by how soon they will be due and what priority you have given them.

You can navigate the tasks with your cursor keys and edit selected tasks by pressing e.

More default shortcuts are:

  • e, edit the selected task
  • n, create a new task
  • d, mark the selected task as done (or toggle back to not done)
  • q, quit the program

There is a complex search available (have a look at the help document for details), but the short version is:

  • press / to enter your search terms
  • search for done:n to only show incomplete tasks
  • search for a context with @context
  • search for a project with +project
  • search for tasks that do not belong to a context with -@context or not:@context
  • press Return to return the focus to the task list

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

pter-0.2.0.tar.gz (24.4 kB view hashes)

Uploaded Source

Built Distribution

pter-0.2.0-py3-none-any.whl (17.7 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