diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-03-20 12:26:50 +0000 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-03-20 12:26:50 +0000 |
| commit | 8a0058c04f9453a3e3db8c186a550aa10f6c5909 (patch) | |
| tree | d292e1d6b384bd1ea5f007bf412f111d10aac48c /bin/vpac | |
| parent | 9dcf9d6a3fa8203cef7d57c8e811b300d4ecc97d (diff) | |
update, switch to fvwm
Diffstat (limited to 'bin/vpac')
| -rwxr-xr-x | bin/vpac | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ remove() { pacman -Qqe | fzf --no-clear --multi --bind=left:preview-page-up --bind=right:preview-page-down \ --preview-window=right:66% \ - --preview 'cat <(yay -Si {1}) <(pacman -Fl {1} 2>/dev/null | awk "!/\/$/ {print $2}")' | - xargs -ro yay -Rns + --preview 'cat <(pacman -Si {1}) <(pacman -Fl {1} 2>/dev/null | awk "!/\/$/ {print $2}")' | + xargs -ro sudo pacman -Rns } remove |
