5 lines
542 B
Fish
5 lines
542 B
Fish
|
|
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
|