Pico 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 Pico you can check out your tasks, who is working on what right from your terminal.
To install Pico, follow these simple steps:
shell
cargo install pico-cli
Navigate to the git repository and run the following command to initialize the project:
shell
pico init
This command takes you through setting up your initial task categories, tasks and users.
To see all tasks of the project
shell
pico list (--json for json output) (--detailed for more details)
To see all of the tasks assigned to you
pico me