3 lines
121 B
Bash
Executable file
3 lines
121 B
Bash
Executable file
#!/usr/bin/sh
|
|
pacman -Qq | fzf --preview 'pacman -Qil {}' --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)'
|