A python cli todo app
Project description
Todol - Python ToDo app
Installation
pip install todol
More Info
- Check out the project page on PyPi: https://pypi.org/project/todol/
- and on Github: https://github.com/WattoX00/todol
COMMAND GUIDE
─────────────────────────────────────────────────────
add | a → ADD a new task | add/a [task]
done | d → MARK a task as DONE | done/d [task_number]
list | l → SHOW your todo list | list/l
remove | rm | r → REMOVE a task | remove/rm/r [task_number]
clear | c → REMOVE all completed tasks | clear/c
help | h → SHOW this help menu | help/h
exit | 0 → EXIT the application | exit/0
─────────────────────────────────────────────────────
Tip: You can use Tab for autocomplete.
Pro Tip: Navigate the terminal efficiently: arrow keys, backspace, and delete all work.
Hotkeys are available!
Cursor navigation
| Key | Action |
|---|---|
Ctrl‑a |
Move cursor to beginning of line |
Ctrl‑e |
Move cursor to end of line |
Ctrl‑f |
Move cursor forward (right) |
Ctrl‑b |
Move cursor backward (left) |
Alt‑f |
Move forward one word |
Alt‑b |
Move backward one word |
Home |
Go to start of line |
End |
Go to end of line |
Editing
| Key | Action |
|---|---|
Ctrl‑d |
Delete character under cursor |
Ctrl‑h / Backspace |
Delete character before cursor |
Alt‑d |
Delete word forward |
Ctrl‑k |
Kill (cut) text to end of line |
Ctrl‑y |
Yank (paste) killed text |
Ctrl‑t |
Transpose characters |
History
| Key | Action |
|---|---|
Ctrl‑p |
Previous history item |
Ctrl‑n |
Next history item |
Searching
| Key | Action |
|---|---|
Ctrl‑r |
Reverse search history |
Ctrl‑s |
Forward search history (may be intercepted by terminal flow control) |
Completion & Accept
| Key | Action |
|---|---|
Tab |
Trigger completion |
Ctrl‑Space |
Start/advance completion |
Enter |
Accept input |
Misc
| Key | Action |
|---|---|
Ctrl‑c |
Cancel / raise KeyboardInterrupt |
Ctrl‑z |
Suspend (depends on shell) |
Escape |
Escape/Meta prefix for Alt‑ combos |
| Arrow keys | Move cursor up/down/left/right |
For the full official key binding documentation, check the prompt_toolkit docs: prompt_toolkit GITHUB
License
This project is licensed under the MIT License - see the LICENSE file for details.
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
todol-0.2.1.tar.gz
(6.3 kB
view details)
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
todol-0.2.1-py3-none-any.whl
(7.0 kB
view details)
File details
Details for the file todol-0.2.1.tar.gz.
File metadata
- Download URL: todol-0.2.1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
103e3a37c702d4acb7d86afd255ced3c15a2159351cdf1485c193d9b2832194e
|
|
| MD5 |
e8c1c94fba2616b95358d45cf4684379
|
|
| BLAKE2b-256 |
b6ae804f1f3227ed25319df72d00a981bc98c7a3f59b03a427b92df4eacedc13
|
File details
Details for the file todol-0.2.1-py3-none-any.whl.
File metadata
- Download URL: todol-0.2.1-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd7a7670614205f2477d403d1bf2a1099a830810e5486e76f7552ade22f5a657
|
|
| MD5 |
fac7931bc6336ccba47332dcab2150c7
|
|
| BLAKE2b-256 |
34c56ab3085f96b6c6d51d3c4325cb074b49daf83bb794bbe7a20e7d5a90ef04
|