diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-05-19 10:22:24 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-05-19 10:22:24 +0200 |
| commit | 181551e4da85ae44516494904b3e1660e4bcb096 (patch) | |
| tree | 60c3ecb30dd4b1472b9fd3a15ebd5f41dc4acfe1 /bin/fpac | |
| parent | cd2fabaf72058fc4c6209ef365e6a6214314a8e2 (diff) | |
add fpac
Diffstat (limited to 'bin/fpac')
| -rwxr-xr-x | bin/fpac | 3 |
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 |
