cargo-bins-1.1.0 is not a library.
cargo-bins
A command-line tool to list your installed Cargo binaries. I found myself sometimes forgetting all the binaries that are installed in my ~/.cargo/bin
directory so I made this to help me quickly find them.
Installation
Source | Command |
---|---|
crates.io | cargo install cargo-bins or cargo install cargo-bins --no-default-features for no colored output |
cargo-binstall | cargo binstall cargo-bins |
GitHub | cargo install --git https://github.com/DarkCeptor44/cargo-bins.git or cargo install --git https://github.com/DarkCeptor44/cargo-bins.git --no-default-features for no colored output |
Usage
Example
License
This project is licensed under the GNU General Public License v3.