https://github.com/darkceptor44/cargo-bins
Lists all installed Cargo binaries
https://github.com/darkceptor44/cargo-bins
cargo cargo-plugin rust rust-lang
Last synced: 8 months ago
JSON representation
Lists all installed Cargo binaries
- Host: GitHub
- URL: https://github.com/darkceptor44/cargo-bins
- Owner: DarkCeptor44
- License: gpl-3.0
- Created: 2025-03-27T19:30:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-10T03:07:31.000Z (about 1 year ago)
- Last Synced: 2025-09-21T19:39:25.328Z (9 months ago)
- Topics: cargo, cargo-plugin, rust, rust-lang
- Language: Rust
- Homepage: https://crates.io/crates/cargo-bins
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://crates.io/crates/cargo-bins) | `cargo install cargo-bins` or `cargo install cargo-bins --no-default-features` for no colored output |
| [cargo-binstall](https://github.com/cargo-bins/cargo-binstall) | `cargo binstall cargo-bins` |
| [GitHub](https://github.com/DarkCeptor44/cargo-bins) | `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
```sh
$ 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
```
## Example
```sh
$ 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](LICENSE).