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
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 todoterm-1.0.3.tar.gz.
File metadata
- Download URL: todoterm-1.0.3.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.0.1 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b915b98209dd59c576c3958a62e9d7cf7891dc2bbd601a1f12067b24f822e7a
|
|
| MD5 |
aacf5fc6ca101e7ad63786ccfe424ab4
|
|
| BLAKE2b-256 |
b64644141bf7b6b81ae58e2fa4ddffa5f9b7b7a43a8e14adef6457c738e5b85a
|
File details
Details for the file todoterm-1.0.3-py3-none-any.whl.
File metadata
- Download URL: todoterm-1.0.3-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.0.1 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1713e1383ca44c01716f52d50447d480cd800c5481e4533208506b368f920c02
|
|
| MD5 |
789ef8ef69ea90e45eff7dc13c0b8eac
|
|
| BLAKE2b-256 |
d114dbb4b60c0a67e1629b84669a29de3ab4e0b792cf159da7bb5fdcfabd79c7
|