dotfiles-remastered/.local/share/scripts/pacman-browse.sh

4 lines
129 B
Bash
Raw Normal View History

2020-06-17 19:33:58 +00:00
#!/usr/bin/env bash
2020-06-17 20:21:04 +00:00
# requires: expac
2023-10-17 22:34:53 +00:00
pacman -Qqe | fzf --preview 'pacman -Qil {}' --bind 'enter:execute(pacman -Qil {} | less)'