A powerful terminal-based package manager for Pacman, AUR, and Nimble
- Unified management: Pacman, AUR, and Nimble packages
- Multi-selection and batch operations
- Real-time search with package details
From source:
git clone https://github.com/gabrielcapilla/parun.git
cd parun
nimble build -d:release
cp $(pwd)/parun $HOME/.local/bin/parun
parun --help
parun --aur
parun --nimble
parun --noinfo
parun --aur --pacman --nimbleDefault mode is local (pacman).
If any of --pacman, --aur, or --nimble is passed, those flags define the active source set.
aur/(aliasa/)nim/(aliasesn/,nimble/)installed/(aliasi/)
Esc: quitF1: toggle info panelTab: select/deselect packageEnter: install focused package or selected setCtrl+R: remove selectedCtrl+S: show only selected
nimble release # deterministic release build
nimble releaseNative # local host-optimized build