#cargo #version #cli #cargo-install #plugin #binlist

app cargo-binlist

List all installed binaries with cargo and their versions

2 unstable releases

0.3.0 Feb 26, 2025
0.2.1 Jan 13, 2025
0.2.0 Jan 13, 2025
0.1.1 Jan 13, 2025
0.1.0 Jan 12, 2025

#331 in Cargo plugins

Download history 190/week @ 2025-01-08 54/week @ 2025-01-15 12/week @ 2025-02-05 1/week @ 2025-02-19 168/week @ 2025-02-26

181 downloads per month

MIT license

23KB
403 lines

cargo-binlist

Crates.io MIT licensed CI

cargo-binlist is a tool to list all the installed binaries with cargo and their versions. You can get a list of installed binaries and update them using cargo-binstall.

Installation

Using cargo install

cargo install cargo-binlist

or using cargo binstall

cargo binstall cargo-binlist

Usage

Usage: cargo-binlist [OPTIONS]

Options:
  -l, --list               List all installed crates
  -n, --list-updates       List crates with newer versions available
  -u, --update             Update all crates
  -f, --loglevel <FILTER>  Log Level Filter [Debug, Info, Error, Warn] [default: Info]
  -h, --help               Print help
  -V, --version            Print version

Dependencies

~15–29MB
~453K SLoC