Projectman meets Rust
Projectman(in crates.io is the Rust port of Projectman by Saurabh Daware
. ProjectMan is a CLI which lets you add projects to favorites using command pm add
and open them from anywhere you want using command pm open
. Along with this there are also other commands like pm seteditor, pm remove, cd $(pm getpath) which we will see below.
Total size of From the original(43MB) -> To Rust release binary(3.6MB)
This app is compatible with the original project's setting.json
file.
Make sure you add ~/.cargo/bin to your PATH to be able to run the installed binaries
echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> ~/.bash_profile
install CLI with cargo install
cargo install projectman
- wasmer runtime support
- add edit command