piqo

Crates.iopiqo
lib.rspiqo
version0.1.2
sourcesrc
created_at2023-08-12 18:12:34.534667
updated_at2024-11-03 14:02:52.283715
descriptionA easy to use tool for managing your tasks in a git repository project.
homepagehttps://github.com/kralle333/piqo
repository
max_upload_size
id942921
size96,342
Kristian Pilegaard Jensen (kralle333)

documentation

https://github.com/kralle333/piqo

README

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

Commit count: 0

cargo fmt