summaryrefslogtreecommitdiff
path: root/bin/fpac
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fpac')
-rwxr-xr-xbin/fpac3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/fpac b/bin/fpac
new file mode 100755
index 0000000..db30d36
--- /dev/null
+++ b/bin/fpac
@@ -0,0 +1,3 @@
+#!/bin/sh
+# pacman + fzf
+pacman -Slq | fzf --no-clear --multi --preview 'cat <(pacman -Si {1}) <(pacman -Fl {1} | awk "{print \$2}")' | xargs -ro sudo pacman -S