Skip to main content

A simple TODO command line application

Project description

todoterm

A simple TODO command line application.

Installation

python -m pip install todoterm

Usage

First create a sqlite database file with the following command:

python -m todoterm init

This creates a sqlite database file named .todo in the current working directory. Todoterm always modifies the database in the current working directory.

Next add new tasks with the following command:

python -m todoterm add "Task description here..."

List tasks with the list - command:

python -m todoterm list

Delete tasks with the del - command:

python -m todoterm del 1

Mark tasks as done with the done - command:

python -m todoterm done 1

Undo tasks with the undo - command:

python -m todoterm done 1

The del, done and undo commands require atleast one integer value as input. These integers are the IDs of the modified tasks. You can see them in the output of the list command. To get all available options for each command, use option --help.

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

todoterm-1.0.3.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

todoterm-1.0.3-py3-none-any.whl (6.0 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