dotfiles/.config/fish/functions/packages.fish

5 lines
542 B
Fish
Raw Normal View History

2026-03-09 00:07:31 -04:00
function packages --wraps="yay -Slq | fzf --preview 'yay -Si {} | bat --color=always --language=yaml --style=grid --plain' --layout=reverse --bind 'enter:execute(yay -S {})+accept'" --description "alias packages yay -Slq | fzf --preview 'yay -Si {} | bat --color=always --language=yaml --style=grid --plain' --layout=reverse --bind 'enter:execute(yay -S {})+accept'"
yay -Slq | fzf --preview 'yay -Si {} | bat --color=always --language=yaml --style=grid --plain' --layout=reverse --bind 'enter:execute(yay -S {})+accept' $argv
end