A CLI tool for managing daily engineering tasks and priorities
Project description
PlanCtl
A CLI tool for managing daily engineering tasks and priorities. Perfect for organizing your day-to-day work, tracking progress, and keeping notes for standup meetings.
Features
- Task Management: Add, complete, and track todos with support for side initiatives and priority levels
- Parking Lot: Keep track of items to discuss later or follow up on
- Archive System: Clean up completed tasks to keep reports focused
- Daily Reports: Generate organized reports of your work
- Rich CLI Interface: Beautiful, colorful command-line interface
Installation
From Source
git clone https://github.com/wilsongomes-swe/planctl.git
cd planctl
pip install -e .
From PyPI
pip install planctl
Usage
Basic Commands
Add a task:
planctl add-todo "Fix authentication bug"
Add a task with priority (lower number = higher priority):
planctl add-todo "Critical security fix" --priority 0
Add a side initiative:
planctl add-todo "Research new framework" --side
Add a side initiative with priority:
planctl add-todo "Optimize database queries" --side --priority 1
Mark task as done:
planctl done 1
List all tasks (sorted by priority):
planctl list-todos
Add to parking lot:
planctl add-parking "Discuss API changes with team"
Generate daily report (todos sorted by priority):
planctl report
Archive completed tasks:
planctl archive
Resolve parking lot item:
planctl resolve-parking 1
All Commands
| Command | Description |
|---|---|
add-todo DESCRIPTION [--side] [--priority NUMBER] |
Add a new task (optionally mark as side initiative and set priority) |
done ID |
Mark task as completed |
undone ID |
Mark task as incomplete |
list-todos |
List all active tasks (sorted by priority) |
add-parking DESCRIPTION |
Add item to parking lot |
list-parking |
List parking lot items |
resolve-parking ID |
Mark parking lot item as resolved |
report |
Generate daily report (todos sorted by priority) |
archive |
Archive all completed tasks |
Data Storage
PlanCtl stores data in planctl_data.json in your current working directory. This file contains:
- Active todos with completion status, side initiative flags, and priority levels
- Parking lot items with resolution status
- Archived completed tasks
License
MIT License
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
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
File details
Details for the file planctl-1.0.1.tar.gz.
File metadata
- Download URL: planctl-1.0.1.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e30f7fc67faa8fd1875f6254e8be8f44df44c3ea63de3f6eeee4e22a9219ba44
|
|
| MD5 |
859700a831f021180734fd18a0c0c1b8
|
|
| BLAKE2b-256 |
9aaf3eea9fc1ad72422e675ec926be90a327da0c8608e9f3b487fb256f3c05ae
|
File details
Details for the file planctl-1.0.1-py3-none-any.whl.
File metadata
- Download URL: planctl-1.0.1-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77b1c0da53a926d24a8afbb3a95882ff2bac54142884679e48842919a802dc25
|
|
| MD5 |
227f3f35025603de86acbaac9e16dd4e
|
|
| BLAKE2b-256 |
715319584cd572b43d125278788995e42426916150d35138165b844d605a8536
|