summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-05-19 10:22:24 +0200
committerMarc Vertes <mvertes@free.fr>2020-05-19 10:22:24 +0200
commit181551e4da85ae44516494904b3e1660e4bcb096 (patch)
tree60c3ecb30dd4b1472b9fd3a15ebd5f41dc4acfe1 /bin
parentcd2fabaf72058fc4c6209ef365e6a6214314a8e2 (diff)
add fpac
Diffstat (limited to 'bin')
-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