@caolib/pkg-tui
v1.1.4
Published
Terminal TUI to manage global packages across npm/pnpm/bun/winget/scoop/cargo/choco/uv
Maintainers
Readme
pkg
A terminal TUI built on OpenTUI that manages multiple package managers

Features
- List global packages installed by each package manager ("All" view aggregates every manager, labeled by source)
- Batch update / uninstall with a confirmation dialog + full command preview
- Global package search (same-registry managers are searched only once), package details, install
- Local filter box, show-updatable-only filter
Installation
Recommended: via bun/npm
bun i -g @caolib/pkg-tui # or npm i -g @caolib/pkg-tui
pkg # runRun from source
bun install
bun devBuild the standalone executable: bun run build
Type check: bunx tsc --noEmit
Development
See CLAUDE.md
