A powerful terminal-based package manager for Pacman, AUR, and Nimble. Parun brings Pacman, AUR, and Nimble packages into one fast interface with real-time search, package details, multi-selection, and batch operations.
https://gabrielcapilla.github.io/projects/parun/docs/
curl -sL gabrielcapilla.github.io/install | bash -s parunThe installer downloads the latest GitHub release and selects the portable
x86_64 binary or the optimized x86_64-v3 binary for the current CPU.
git clone https://github.com/gabrielcapilla/parun.git &&
cd parun &&
nimble tasks &&
nimble native &&
cp $(pwd)/parun $HOME/.local/bin/ &&
echo "Installed $HOME/.local/bin/parun"parunUseful prefixes:
aur/ora/nim/,n/, ornimble/installed/ori/
Useful keys:
F1: toggle detailsUp/Ctrl+K: move upDown/Ctrl+J: move downTab: select packageEnter: install focused or selected packagesCtrl+R: remove selected packagesCtrl+S: review selected packages
nimble native
nimble baseline_x86_64
nimble baseline_x86_64_v3