added pacman browse aur script
This commit is contained in:
parent
0d901f25a2
commit
7c5689aa9f
4
.local/share/scripts/pacman-browse-aur.sh
Executable file
4
.local/share/scripts/pacman-browse-aur.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
# requires: expac
|
||||||
|
pacman -Qqm | sort | fzf --preview 'pacman -Qil {}' --bind 'enter:execute(pacman -Qil {} | less)'
|
||||||
|
exit 0
|
Loading…
Reference in New Issue
Block a user