An easy command line interface for saving tasks to to-do list for current day
Project description
CLI-todoer
An easy command line interface for tracking your to-do list
Install
Using pip
cli-todoer is only supported with python 3.6 due to the use of f-strings be aware before pip installing
pip install cli-todoer
Build from source
git clone https://github.com/VladaZakharova/CLI-todoer.git
cd todoer
python setup.py install
Usage
Help
todoer --help
Add tasks to your to-do list
todoer add "Task description" "Category"
Update tasks description or category
Both of the parameters are optional. You can specify only one argument in case you want to change only part of to-do task.
todoer update 1 --description "New task description" --category "New category"
Complete specified task and set status to Done
todoer complete 1
Show a list of all tasks for current day
todoer show
Delete specified task from to-do list
todoer delete 2
Clear to-do list and delete all the tasks
todoer clear
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
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 cli-todoer-1.0.9.tar.gz.
File metadata
- Download URL: cli-todoer-1.0.9.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ac2e90883e883b74c4f4a3faa4a82d46be6b2f8603ec5416dc3c0830d9fa6f3
|
|
| MD5 |
e5633d320998a82f79dea4efada288b9
|
|
| BLAKE2b-256 |
cccfdf90a49cd938d94aaa3ab85b26f418e2922dffa307861676c573358b9ff9
|
File details
Details for the file cli_todoer-1.0.9-py3-none-any.whl.
File metadata
- Download URL: cli_todoer-1.0.9-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6441e86b8b2b5ea61b71b1c13c1a1d851fa5efb7682a6166618e3e67847f7618
|
|
| MD5 |
6ff47e75a8c7659dd68e4ab8f08f6b0c
|
|
| BLAKE2b-256 |
8fd3f820082316b5a7e27d8b9ebb5c7bfb81195e6e2d0af0d2e3a599e44d9005
|