#task-management #git-repository #task #list #project #todo #git-commit

app piqo

A easy to use tool for managing your tasks in a git repository project

3 releases

new 0.1.2 Nov 3, 2024
0.1.1 Aug 12, 2023
0.1.0 Aug 12, 2023

#1704 in Development tools

MIT license

62KB
1.5K SLoC

Piqo - Project Task Management CLI

Piqo is a lightweight and efficient command-line tool designed to help you manage your project tasks with ease. Annoyed that you can't track your projects tasks without having to leave your trusty terminal? With Piqo you can check out your tasks, who is working on what right from your terminal.

Features

  • Effortless Task Tracking: Quickly create, update, and organize tasks from the command line, ensuring you never lose sight of your project's progress.
  • Tied to Git repos: Have the project tasks located directly in the repository where they are relevant. Piqo let's you populate its user list by scraping users from git commits.
  • Interactive Commands: Piqo makes use of interactive prompting to make it easy to manage the tasks of your project without having to remember what the ids are for tasks or users.

Installation

To install Piqo, follow these simple steps:

  1. Prerequisites: Make sure you have Rust installed on your system.
  2. Install Piqo: Open your terminal and run the following command:
cargo install piqo

Quick Guide

Navigate to the git repository and run the following command to initialize the project init

To see all tasks of the project list

To see all of the tasks assigned to you me

Dependencies

~12–42MB
~667K SLoC