pit

Project manager integrating Git workflows with task tracking and automation.

brewmacoslinux
Try with needOr install directly
Source

About

Project manager from hell (integrates with Git)

Commands

pit

Examples

create a new project and initialize git repository$ pit init my-project
list all tasks and their status in current project$ pit list
add a new task to the project backlog$ pit add 'implement user authentication'
mark task as complete and create git commit$ pit complete 42
show project summary with git branch status$ pit status