Crates.io | bole |
lib.rs | bole |
version | 0.2.2 |
created_at | 2025-08-31 13:22:08.304373+00 |
updated_at | 2025-09-21 08:40:28.448986+00 |
description | Manage all package managers on your system |
homepage | |
repository | https://github.com/lemorage/bole |
max_upload_size | |
id | 1818550 |
size | 118,983 |
Shows which package managers are installed, their versions, locations, and how they were installed.
┌────────┬─────────┬──────────────────────────┬──────────────────┬─────────────────┐
│Name │Version │Path │Via │Others │
├────────┼─────────┼──────────────────────────┼──────────────────┼─────────────────┤
│cargo │1.91.0 │~/.cargo/bin/cargo │Rustup │- │
├────────┼─────────┼──────────────────────────┼──────────────────┼─────────────────┤
│npm │11.5.1 │/opt/homebrew/bin/npm │Homebrew │1 other location │
├────────┼─────────┼──────────────────────────┼──────────────────┼─────────────────┤
│pnpm │10.14.0 │/usr/local/bin/pnpm │Node.js → Corepack│- │
└────────┴─────────┴──────────────────────────┴──────────────────┴─────────────────┘
cargo install bole
# Show all package managers
bole show
# Filter by category
bole show system # brew, nix, macports
bole show javascript # npm, yarn, pnpm, bun, deno, ni
bole show python # pip, poetry, uv, conda, pdm, pipx, pipenv
bole show php # composer, pecl
bole show ruby # gem, bundler, rvm, rbenv
bole show rust # cargo
bole show zig # zig
bole show go # go toolchain
bole show haskell # cabal, stack
bole show gleam # gleam
bole show tools # asdf, volta, mise, corepack, pyenv, phpbrew
# Category aliases supported
bole show js # same as javascript
bole show ts # same as javascript
bole show node # same as javascript
bole show py # same as python
bole show rb # same as ruby
bole show sys # same as system
bole show rs # same as rust
# Show all installations with locations
bole show python --all
# Tree format
bole show javascript --tree
MIT