Package Details: paruz 1.1.2-1

Git Clone URL: https://aur.archlinux.org/paruz.git (read-only, click to copy)
Package Base: paruz
Description: A fzf terminal UI for paru or pacman
Upstream URL: https://github.com/joehillen/paruz
Keywords: fzf pacman paru search
Licenses: Unlicense
Submitter: joehillen
Maintainer: joehillen
Last Packager: joehillen
Votes: 18
Popularity: 0.180149
First Submitted: 2021-08-30 19:24 (UTC)
Last Updated: 2021-10-11 23:42 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

<deleted-account> commented on 2022-05-16 11:04 (UTC)

You can replace this script with these aliases, found they work better anyway.

alias pacs='pacman --color always -Sl | sed -e "s: :/:; /installed/d" | cut -f 1 -d " " | fzf --multi --ansi --preview "pacman -Si {1}" | xargs -ro sudo pacman -S'
alias pars='paru --color always -Sl | sed -e "s: :/:; s/ unknown-version//; /installed/d" | fzf --multi --ansi --preview "paru -Si {1}" | xargs -ro paru -S'
alias pacr="pacman --color always -Q | cut -f 1 -d ' ' | fzf --multi --ansi --preview 'pacman -Qi {1}' | xargs -ro sudo pacman -Rns"

joehillen commented on 2021-09-03 18:12 (UTC)

@parkerlreed Done. Thank you

parkerlreed commented on 2021-09-03 17:35 (UTC)

Maybe an optdepend on paru is needed?