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

5 lines
137 B
Bash
Raw Normal View History

2021-06-01 18:22:44 +00:00
#!/usr/bin/env bash
# requires: expac
pacman -Qqm | sort | fzf --preview 'pacman -Qil {}' --bind 'enter:execute(pacman -Qil {} | less)'
2023-10-17 22:34:53 +00:00