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