A simple todo-list manager.


Keywords
todo, open-source, pypi, python
License
MIT
Install
pip install punct==1.2.2

Documentation

Punct

Newest build License PyPI version

Punct is a simple shell application to manage all your todo-lists, made in python.

Prerequisites

  • Python 3.7.0 or higher

  • pip 18.1 (Python 3.7.0) or higher

  • Packages:

    Standard:
        os, sys, getpass
    

Installation

  • Initial install:

    pip install punct
    
  • Updating:

    pip install --upgrade punct
    

Usage

punct [args]

-h Help dialog.
-v Version.
-l Shows list contents. Executes on no argument as well.
-c Index Check/Uncheck list item.
-r Index Remove list item.
-a Content Add an entry to the bottom of your list. Start content with '++' to add PRI tag.
-p Purge all completed tasks. Creates a backup file with the purged tasks.
-d Deletes all completed tasks. Irreversible.
-m Merge list and list-backup, deleting the backup.
-e Index Toggle entry elevation. Add/remove PRI tag.