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

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:

shell cargo install piqo

Quick Guide

Navigate to the git repository and run the following command to initialize the project: shell piqo init This command takes you through setting up your initial task categories, tasks and users.

To see all tasks of the project shell piqo list (--json for json output) (--detailed for more details)

To see all of the tasks assigned to you piqo me