demo.mp4
A minimal command-line to-do app. Add, list, complete, and delete tasks with optional due dates, stored locally in a SQLite database!
- Python 3.10+
- pipx (for installation)
1. Clone the repository:
git clone https://github.com/BrenoPT/supertask
cd supertask/app2. Install with pipx:
pipx install .Run the app from anywhere in your terminal:
st| Command | Key |
|---|---|
| Add task | a |
| List tasks | l |
| Complete task | c |
| Delete task | d |
| History | h |
| Quit | q |
Due dates support natural language like tomorrow, next friday, or 2026-12-01 14:00!