A solo project: a lightweight CLI + library to manage a personal backlog of ‘quests’ (tasks) with tags, priorities, and simple reports. Data is saved to ~/.questqueue/quests.json
.
Quickstart
- Add:
./qq.py add "Write blog" --tags=writing,personal --priority=high
- List:
./qq.py list
- Done:
./qq.py done 1
- Summary:
./qq.py summary