Simple CLI Task Manager in Python (JSON-Based)
2 oheyek 1 7/28/2025, 10:24:06 AM github.com ↗
Comments (1)
oheyek · 7h ago
Hi!
I built a minimal CLI task tracker in Python — no database, just a local tasks.json. You can add, list, complete, delete, and filter tasks right from the terminal.
MIT licensed. Feedback and ideas welcome!