| Crates.io | rpj |
| lib.rs | rpj |
| version | 0.9.3 |
| created_at | 2025-06-21 17:19:06.59602+00 |
| updated_at | 2025-07-19 17:36:29.614789+00 |
| description | A project management CLI tool for quick manipulation of projects |
| homepage | |
| repository | https://github.com/jadenlabs/rpj |
| max_upload_size | |
| id | 1720969 |
| size | 59,048 |
A simple project management tool because I have a ton of folders of code and need a way to open them fast. This is the rust port of my RProj tool made in Python.
CURRENTLY IN AN ALPHA STATE - MISSING FEATURES
Prerequisites:
cargo install rpj
Auto-PATHing only works on Windows at the moment
git clone https://github.com/jadenlabs/rpj
cargo run -- install
Commands:
- add | Add an existing project
- new | Create a new project
- export | Export a project to a file
- list | List all projects
- get | Get a project by name
- code | Open a project in VS Code
- run | Run a project using the run_cmd field
- update | Update an existing project
- remove | Delete an existing project
- explore | Open project in file explorer
- path | Get the path of a project
- terminal | Open your project in the terminal
- help | Display RPJ usage instructions
Please open an issue for any feature requests or bug reports. Alternatively, message @roc.py on Discord.
If there is an open issue that you'd like to work on, feel free to fork the repo and make a PR when you're done.
cargo clippy --verbose -- -D warnings)This project is licensed under the MIT License - pretty much meaning, you can do almost whatever you want as long as you keep the original copyright in the code. This software doesn't come with a warrenty for anything bad happening.
A better explaination: here