1 stable release
Uses new Rust 2024
new 1.0.0 | Mar 27, 2025 |
---|
#186 in Cargo plugins
19KB
69 lines
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 |
cargo-binstall | cargo binstall cargo-bins |
GitHub | cargo install --git https://github.com/DarkCeptor44/cargo-bins.git |
Usage
$ cargo bins -h
Lists all installed Cargo binaries
Usage: cargo bins [OPTIONS]
Options:
--json JSON output
--reverse Reverse sort
-h, --help Print help
-V, --version Print version
Example
$ cargo bins
Binaries in ~/.cargo/bin:
bat.exe
cargo-audit.exe
cargo-bins.exe
cargo-binstall.exe
cargo-cache.exe
cargo-clippy.exe
License
This project is licensed under the GNU General Public License v3.
Dependencies
~1.7–9MB
~86K SLoC