3 releases
0.1.2 | Jan 3, 2023 |
---|---|
0.1.1 | Dec 31, 2022 |
0.1.0 | Dec 31, 2022 |
#378 in Cargo plugins
16KB
267 lines
cargo-installed
Easy manage programs installed by cargo install
.
Install
# from crates.io
cargo install cargo-installed --force
# from git repo
cargo install --git https://github.com/light4/cargo-installed.git --force
Usage
~ on master 🕙 22:28:47
❯ cargo installed --help
Easy manage programs installed by `cargo install`
Usage: cargo installed [OPTIONS]
Options:
-u, --upgrade upgrade all outdated
-o, --outdated show outdated
-l, --ignore-local ignore installed from local space, enabled by default
-i, --ignore <IGNORE> ignore from upgrade
-v, --verbose show details
-h, --help Print help information
Dependencies
~11MB
~186K SLoC