Crates.io | porgi |
lib.rs | porgi |
version | 0.3.0 |
source | src |
created_at | 2024-08-20 05:39:48.68819 |
updated_at | 2024-09-03 20:15:08.436123 |
description | A simple cli TUI for finding and organizing code projects |
homepage | |
repository | https://github.com/robo-corg/porgi |
max_upload_size | |
id | 1344900 |
size | 345,113 |
A corgi to organize and find your projects, a porgi.
Probably don't use this yet since its very much a WIP.
If you are like me you probably have some directory on computer brimming with hopes, dreams, and build files called "projects". If you often find yourself scratching your head and forgetting where put that very important weird cli tool that you now can't live with out (perhaps because you name everything corgi) this tool is for you.
You will need to have rust and cargo installed. https://rustup.rs/ will install this.
Once you have cargo installed you can install:
cargo install porgi
Porgi require a config file to run for now
Add the following to ~/.config/porgi/porgi.toml
# Add your project directories here
project_dirs = ["~/projects"]
# Set the editor or IDE you (o) will use to open the project
#
# Options:
# - "auto" (default): Use the first working opener
# - "code": Use Visual Studio Code
# - "editor": Use the EDITOR environment variable
# - "config": Use custom command (WIP)
opener = "auto"