Developer task tracking and smart AI commit CLI tool
Project description
_____ _______ _
| __ \ |__ __| | |
| | | | ___ __ __| | _ __ __ _ ___ | | __
| | | | / _ \\ \ / /| || '__|/ _` | / __|| |/ /
| |__| || __/ \ V / | || | | (_| || (__ | <
|_____/ \___| \_/ |_||_| \__,_| \___||_|\_\
A developer task tracking and AI-powered Git commit CLI tool
โ DevTrack โ
๐ท๏ธ Badges
๐ DevTrack CLI
๐ ๏ธ DevTrack is a lightweight developer productivity CLI tool for tracking tasks and generating meaningful Git commit messages (AI-powered) without leaving the terminal. It works both online (via OpenRouter) and offline (via Ollama).
โจ Why DevTrack?
Modern developers juggle dozens of tasks daily โ but Git alone doesnโt track the why behind each change.
๐น Project managers use Jira.
๐น Designers use Figma.
๐น Developers useโฆ their memory?
DevTrack fills the gap by giving you a developer-first micro-task tracker that lives right in your terminal.
- ๐ง Track your current focus
- ๐ Generate structured commit messages
- ๐ข Avoid messy, vague Git history
- ๐ป Stay in flow โ no switching tabs or opening heavy tools
โจ Features
- โ Add, list, and remove tasks
- ๐ง Generate smart commit messages based on task description and git diff
- ๐ Supports OpenRouter and Ollama for online/offline usage
- ๐ Stores tasks locally in
.devtrack.json - ๐ฅ๏ธ Runs from the terminal as
devtrack <command>
๐ง Installation
Clone and install locally (editable mode)
git clone https://github.com/mrdegbe/devtrack.git
cd devtrack
pip install -e .
๐ Usage
โ Add a Task
devtrack add "Write unit tests"
๐ List Tasks
devtrack tasks
๐๏ธ Remove a task
devtrack remove <task_id>
๐ฆ Commit with Task
devtrack commit <task_id>
Commits with AI-generated commit message. Git must be initialized and have clean staging for this to work.
๐ View Summary
devtrack summary
Shows completed task stats.
๐ง How It Works
- Tasks are stored locally in
~/.devtrack.json - Each task has an ID, description, tag, and completion status
- Git commits are generated using task data
- Keeps your Git history meaningful and linked to your actual progress
๐ Project Structure
devtrack/
โโโ devtrack/ # Main package
โ โโโ __init__.py
โ โโโ cli.py # CLI entry point (Typer app)
โ โโโ commits.py # Commit generation logic
โ โโโ tasks.py # Task management logic
โ โโโ utils.py # Utility functions (including config & AI query logic)
โ
โโโ tests/ # (optional) Unit tests for the CLI and modules
โโโ examples/ # (optional) Sample commands and use cases
โ
โโโ .devtrack.json # Local task storage (generated at runtime)
โโโ .devtrackrc # Optional runtime config (e.g., selected AI)
โโโ .env # API keys and environment config
โโโ pyproject.toml # Packaging and dependencies
โโโ requirements.txt # Pip installable requirements
โโโ README.md
โโโ .gitignore
๐งฐ Requirements
- Python 3.7+
- Git (for commit generation)
- Typer CLI:
python -m pip install typer[all]
๐ฑ Roadmap & Features
- Add/complete/list tasks
- Git commit integration
- Task filtering by tag
- Task priority levels
- GitHub issue linking
- Daily journal export
- Zsh/Bash shell completion
๐งช Development
For development, make sure you install DevTrack in editable mode:
pip install -e .
Then run your tool from anywhere using:
devtrack <command>
๐จโ๐ป Contributing to DevTrack
Thanks for considering contributing! ๐ก
How to Contribute
- Fork the repo
- Create a branch (
git checkout -b feature-idea) - Make your changes
- Commit and push
- Open a Pull Request ๐
We welcome bug fixes, feature ideas, and even documentation improvements!
๐ก .gitignore
Make sure your .gitignore includes:
.env
.devtrack.json
.devtrackrc
__pycache__/
*.pyc
devtrack.log
๐ License
This project is licensed under the MIT License.
๐ Author
Created by Raymond Degbe ๐ป
๐ฌ Philosophy
Great developers donโt just write code โ they manage focus. DevTrack helps you turn microtasks into momentum.
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
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 devtrack-0.1.0.tar.gz.
File metadata
- Download URL: devtrack-0.1.0.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72b3e43cb1486f9cc67d7b22398f592422e0237c94ceb583d8326a2577ce2a2e
|
|
| MD5 |
20da1e00cef7d0fed25db05424c15a95
|
|
| BLAKE2b-256 |
11200582888aed3448d885b2a2a1812ab8a571a4fa3ca7798012868c68931709
|
File details
Details for the file devtrack-0.1.0-py3-none-any.whl.
File metadata
- Download URL: devtrack-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1e6e763ad6959be9a8ba022d1835392b23c3686d8b4d42d82d116b2887f926c
|
|
| MD5 |
3a69625ebca88e00f22fa0dea2e4ae14
|
|
| BLAKE2b-256 |
1ad9621a697b2c209fdf5e92985b765a3b93b9de2a0fa0170fc8f78699d2fda9
|