Console UI to manage your todo.txt file(s).
Project description
pter
Your console and graphical UI to manage your todo.txt file(s).
Also in this package, the QT5 based graphical user interface, qpter.
pter has a bunch of features that help you managing your todo.txt file:
- Fully compatible to the todo.txt standard
- Support for
due:,h:,t: - Save search queries for quick access
- Convenient entering of dates
- Configurable behaviour, shortcuts, and colors
- Time tracking
There is also a graphical user interface called qpter.
Installation
Install from PIP
To install pter you can either clone the repository (see at the end) or, much simpler, use pip to install it:
pip install pter
If you want to use the Qt GUI qpter, you have to install PyQt5::
pip install PyQt5
Using pter
To launch pter you have to tell it where your todo.txt file is:
pter ~/todo.txt
For the graphical user interface (requires QT), you have to start it like this:
qpter ~/todo.txt
Both 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 taskn, create a new taskd, mark the selected task as done (or toggle back to not done)?, show all keyboard shortcutsq, quit the program
There is a complex search available (have a look at the manual for details), but the short version is:
- press
/to enter your search terms - search for
done:nto 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
-@contextornot:@context - press
Returnto return the focus to the task list
Using qpter
To launch the Qt GUI, you may (but don’t have to) provide the location of your todo.txt file::
qpter ~/todo.txt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pter-3.2.0.tar.gz.
File metadata
- Download URL: pter-3.2.0.tar.gz
- Upload date:
- Size: 342.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.63.0 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23610c321db465b7ccef486a221ed7974b2e665c48d534fc5178622f2f5c6a6b
|
|
| MD5 |
339c8085dc5faf9f7ebb3afc0f76e294
|
|
| BLAKE2b-256 |
bac00ee1c75396dfc3d86231e0812e55b68f3456e29fdf58e6eae5d93aa75635
|
File details
Details for the file pter-3.2.0-py3-none-any.whl.
File metadata
- Download URL: pter-3.2.0-py3-none-any.whl
- Upload date:
- Size: 91.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.63.0 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
062d0fcde74e6f24ac5aa6b96f44d3cd3c545afe46f87ecd9a19b78e7430338f
|
|
| MD5 |
49db86c2b50cf147b5e32f5a6d99793e
|
|
| BLAKE2b-256 |
815965ff55dfc59a879b902dd259176cb33a13e0a897e4e0314811f6272072c9
|