pter


Namepter JSON
Version 3.16.1 PyPI version JSON
download
home_pagehttps://vonshednob.cc/pter
SummaryConsole UI to manage your todo.txt file(s).
upload_time2024-04-10 05:57:03
maintainerNone
docs_urlNone
authorR
requires_python>=3.0
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pter

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

![A screenshot of pter in action](doc/pter.png)

There’s a presentation of pter in motion on [asciinema](https://asciinema.org/a/629376).

Also in this package, the QT5 based graphical user interface, qpter.

![A screenshot of qpter](doc/qpter.png)

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:`, `rec:`, `id:`
 - Save search queries and sorting for quick access
 - Convenient entering of dates
 - Time tracking, notes, task delegation
 - Connect tasks in sequences
 - Template system and auto-completion for ease of creating tasks
 - Support for archive and trash
 - Can work with multiple todo.txt files at the same time
 - Configurable behaviour, shortcuts, and colors

There is also a graphical user interface called qpter, but some features
are missing.


## 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 task
 - `n`, create a new task
 - `d`, mark the selected task as done (or toggle back to not done)
 - `?`, show all keyboard shortcuts
 - `q`, 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: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


## 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


# Contributing

Just like any other open source project, you’re invited to participate in
pter’s development. Any contribution is welcome, from bug reports to pull
requests/sending of patches!

You can find the project at [codeberg](https://codeberg.org/vonshednob/pter)
or just email any of the authors with your input.

There is also a general XMPP discussion channel [pter](xmpp:pter@rooms.spacepanda.se?join)
over at `spacepanda.se`.


            

Raw data

            {
    "_id": null,
    "home_page": "https://vonshednob.cc/pter",
    "name": "pter",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": null,
    "keywords": null,
    "author": "R",
    "author_email": "contact+pter@vonshednob.cc",
    "download_url": "https://files.pythonhosted.org/packages/74/76/5d98cd47381f43de106359970a40ab2c19e7e7809de0c470ca36ff3935c2/pter-3.16.1.tar.gz",
    "platform": null,
    "description": "# pter\n\nYour console and graphical UI to manage your todo.txt file(s).\n\n![A screenshot of pter in action](doc/pter.png)\n\nThere\u2019s a presentation of pter in motion on [asciinema](https://asciinema.org/a/629376).\n\nAlso in this package, the QT5 based graphical user interface, qpter.\n\n![A screenshot of qpter](doc/qpter.png)\n\npter has a bunch of features that help you managing your todo.txt file:\n\n - Fully compatible to the todo.txt standard\n - Support for `due:`, `h:`, `t:`, `rec:`, `id:`\n - Save search queries and sorting for quick access\n - Convenient entering of dates\n - Time tracking, notes, task delegation\n - Connect tasks in sequences\n - Template system and auto-completion for ease of creating tasks\n - Support for archive and trash\n - Can work with multiple todo.txt files at the same time\n - Configurable behaviour, shortcuts, and colors\n\nThere is also a graphical user interface called qpter, but some features\nare missing.\n\n\n## Installation\n\n### Install from PIP\n\nTo install pter you can either clone the repository (see at the end) or, much\nsimpler, use pip to install it:\n\n    pip install pter\n\nIf you want to use the Qt GUI qpter, you have to install PyQt5::\n\n    pip install PyQt5\n\n\n## Using pter\n\nTo launch pter you have to tell it where your todo.txt file is:\n\n    pter ~/todo.txt\n\nFor the graphical user interface (requires QT), you have to start it like\nthis:\n\n    qpter ~/todo.txt\n\nBoth will give you a listing of all your tasks order by how soon they will be\ndue and what priority you have given them.\n\nYou can navigate the tasks with your cursor keys and edit selected tasks by\npressing `e`.\n\nMore default shortcuts are:\n\n - `e`, edit the selected task\n - `n`, create a new task\n - `d`, mark the selected task as done (or toggle back to not done)\n - `?`, show all keyboard shortcuts\n - `q`, quit the program\n\nThere is a complex search available (have a look at the manual for details), but the short version is:\n\n - press `/` to enter your search terms\n - search for `done:n` to only show incomplete tasks\n - search for a context with `@context`\n - search for a project with `+project`\n - search for tasks that do not belong to a context with `-@context` or `not:@context`\n - press `Return` to return the focus to the task list\n\n\n## Using qpter\n\nTo launch the Qt GUI, you may (but don\u2019t have to) provide the location of your\ntodo.txt file::\n\n    qpter ~/todo.txt\n\n\n# Contributing\n\nJust like any other open source project, you\u2019re invited to participate in\npter\u2019s development. Any contribution is welcome, from bug reports to pull\nrequests/sending of patches!\n\nYou can find the project at [codeberg](https://codeberg.org/vonshednob/pter)\nor just email any of the authors with your input.\n\nThere is also a general XMPP discussion channel [pter](xmpp:pter@rooms.spacepanda.se?join)\nover at `spacepanda.se`.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Console UI to manage your todo.txt file(s).",
    "version": "3.16.1",
    "project_urls": {
        "Homepage": "https://vonshednob.cc/pter",
        "bugs": "https://codeberg.org/vonshednob/pter/issues",
        "changelog": "https://codeberg.org/vonshednob/pter/src/branch/main/CHANGELOG.md",
        "issues": "https://github.com/vonshednob/pter/issues",
        "repository": "https://codeberg.org/vonshednob/pter"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f47e15082224350d955aa2a9d98d5b16854c25e3e7a425d4e1023da6e9397bba",
                "md5": "35c11cfa6460f10e965f1a29cc326be1",
                "sha256": "29611519d2e983d3155ec43fefef5daefb1707168637334121d95a6749d50ecf"
            },
            "downloads": -1,
            "filename": "pter-3.16.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "35c11cfa6460f10e965f1a29cc326be1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.0",
            "size": 72992,
            "upload_time": "2024-04-10T05:57:00",
            "upload_time_iso_8601": "2024-04-10T05:57:00.226875Z",
            "url": "https://files.pythonhosted.org/packages/f4/7e/15082224350d955aa2a9d98d5b16854c25e3e7a425d4e1023da6e9397bba/pter-3.16.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74765d98cd47381f43de106359970a40ab2c19e7e7809de0c470ca36ff3935c2",
                "md5": "8c7e1380f8cd464d3b4c79981782b106",
                "sha256": "dff43cdc603df7ad8f202c360881156c455ae867db39a0de03f340afa316eea7"
            },
            "downloads": -1,
            "filename": "pter-3.16.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8c7e1380f8cd464d3b4c79981782b106",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 315473,
            "upload_time": "2024-04-10T05:57:03",
            "upload_time_iso_8601": "2024-04-10T05:57:03.554227Z",
            "url": "https://files.pythonhosted.org/packages/74/76/5d98cd47381f43de106359970a40ab2c19e7e7809de0c470ca36ff3935c2/pter-3.16.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-10 05:57:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vonshednob",
    "github_project": "pter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pter"
}
        
R
Elapsed time: 0.22699s