Automation / CLI | 2024
Task CLI (Python)
Early-stage Python CLI prototype for local task management with JSON-backed persistence planning.
Role
Developer (prototype and command-flow design)
Stack
PythonJSON
Local source folder: task_cli
Quick Highlights
- - Built a starter CLI shell loop and laid out handler functions for add/update/delete/status/list workflows.
- - Set up local persistence scaffolding with a `tasks.json` store and UUID-based task identity strategy.
- - Used the project as a focused sandbox for command UX and state-model design before full implementation.