projectman

Crates.ioprojectman
lib.rsprojectman
version0.1.6
sourcesrc
created_at2019-09-20 12:03:19.305143
updated_at2019-11-24 08:51:41.803529
descriptionprojectman(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
repositoryhttps://github.com/hskang9/projectman-rust
max_upload_size
id166198
size50,570
Hyungsuk Kang (hskang9)

documentation

README

projectman-rust

projectman-rust

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.

terminal

Changes

Optimized memory

Total size of From the original(43MB) -> To Rust release binary(3.6MB)

Compatibility

This app is compatible with the original project's setting.json file.

Installation

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

Future works

  • wasmer runtime support
  • add edit command

Credits

Projectman by Saurabh Daware

Commit count: 34

cargo fmt