dotfiles/scripts/pacprev.sh
2020-12-02 08:58:52 -06:00

3 lines
121 B
Bash
Executable file

#!/usr/bin/sh
pacman -Qq | fzf --preview 'pacman -Qil {}' --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)'