4 lines
64 B
Plaintext
4 lines
64 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
yay -Slq | fzf -m --preview 'yay -Si {1}' | yay -S -
|