Crates.io | projectman |
lib.rs | projectman |
version | 0.1.6 |
source | src |
created_at | 2019-09-20 12:03:19.305143 |
updated_at | 2019-11-24 08:51:41.803529 |
description | projectman(in crate.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. |
homepage | |
repository | https://github.com/hskang9/projectman-rust |
max_upload_size | |
id | 166198 |
size | 50,570 |
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