| Crates.io | cargo-bins |
| lib.rs | cargo-bins |
| version | 1.1.0 |
| created_at | 2025-03-27 19:47:27.29174+00 |
| updated_at | 2025-04-10 03:17:40.896052+00 |
| description | Lists all installed cargo binaries |
| homepage | https://docs.rs/cargo-bins |
| repository | https://github.com/DarkCeptor44/cargo-bins |
| max_upload_size | |
| id | 1608425 |
| size | 57,188 |
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.
| 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 |
$ cargo bins -h
Lists all installed Cargo binaries
Usage: cargo-bins.exe bins [OPTIONS]
Options:
--json JSON output
--reverse Reverse sort
-h, --help Print help
$ cargo bins
Binaries in ~/.cargo/bin:
bat.exe
cargo-audit.exe
cargo-bins.exe
cargo-binstall.exe
cargo-cache.exe
cargo-clippy.exe
This project is licensed under the GNU General Public License v3.