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.
Release files for todoterm 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| todoterm-1.0.3.tar.gz | 5.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| todoterm-1.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.4 kB
Release files / todoterm-1.0.3.tar.gz
| Download URL | todoterm-1.0.3.tar.gz |
|---|---|
| Size | 5.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3b915b98209dd59c576c3958a62e9d7cf7891dc2bbd601a1f12067b24f822e7a
|
|
BLAKE2b-256 checksum How to use checksums |
b64644141bf7b6b81ae58e2fa4ddffa5f9b7b7a43a8e14adef6457c738e5b85a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / todoterm-1.0.3-py3-none-any.whl
| Download URL | todoterm-1.0.3-py3-none-any.whl |
|---|---|
| Size | 6.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1713e1383ca44c01716f52d50447d480cd800c5481e4533208506b368f920c02
|
|
BLAKE2b-256 checksum How to use checksums |
d114dbb4b60c0a67e1629b84669a29de3ab4e0b792cf159da7bb5fdcfabd79c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|