Crates.io | pico-cli |
lib.rs | pico-cli |
version | 0.1.1 |
source | src |
created_at | 2023-08-12 17:11:16.202326 |
updated_at | 2023-08-12 18:55:57.307109 |
description | A easy to use tool for managing your tasks in a git repository project. |
homepage | https://github.com/kralle333/piqo |
repository | |
max_upload_size | |
id | 942891 |
size | 467,250 |
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.
To install Piqo, follow these simple steps:
cargo install piqo
Navigate to the git repository and run the following command to initialize the project:
piqo init
This command takes you through setting up your initial task categories, tasks and users.
To see all tasks of the project
piqo list (--json for json output) (--detailed for more details)
To see all of the tasks assigned to you
piqo me