2 stable releases

Uses new Rust 2024

new 1.1.0 Apr 10, 2025
1.0.0 Mar 27, 2025

#121 in Cargo plugins

Download history 123/week @ 2025-03-25 14/week @ 2025-04-01 129/week @ 2025-04-08

266 downloads per month

GPL-3.0-or-later

20KB
126 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 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

$ 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

$ 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