From b7ab82f69592985c19464037dac36857666ed663 Mon Sep 17 00:00:00 2001 From: Niklas Date: Wed, 17 Jun 2020 22:21:04 +0200 Subject: [PATCH] improved pacman browse --- .local/share/scripts/pacman-browse.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.local/share/scripts/pacman-browse.sh b/.local/share/scripts/pacman-browse.sh index 57bfaf7..050fa1a 100755 --- a/.local/share/scripts/pacman-browse.sh +++ b/.local/share/scripts/pacman-browse.sh @@ -1,2 +1,4 @@ #!/usr/bin/env bash +# requires: expac comm -23 <(pacman -Qqe | sort) <({ pacman -Qqg base-devel; expac -l '\n' '%E' base; } | sort -u) | fzf --preview 'pacman -Qil {}' --bind 'enter:execute(pacman -Qil {} | less)' +exit 0