Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

planctl-1.0.0.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

planctl-1.0.0-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file planctl-1.0.0.tar.gz.

File metadata

  • Download URL: planctl-1.0.0.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

Hashes for planctl-1.0.0.tar.gz
Algorithm Hash digest
SHA256 6501fa4aeff647aef680c559638eeecd01ddde7dd10c87c33070d6f8ab7bfdb5
MD5 d9e6217b069b8e529a9166f2a16aea7a
BLAKE2b-256 d176e317b2cf72ff5e9103db08dc394d041bf0ca068e5dcec50bec8fb77add8b

See more details on using hashes here.

File details

Details for the file planctl-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: planctl-1.0.0-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

Hashes for planctl-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 471b742f0ea593120db3ad5b0661269e08f098e120b03f2a94ba02928de7ff42
MD5 61363f352da51c65ae9d376e35de8557
BLAKE2b-256 aec05355bf19162428bb462a8b4adf37ebefe573513a11fc848683982c318196

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page