Make it easier to use the yay fzf installer/uninstaller via menu
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
yay -Slq | fzf --multi --preview 'yay -Sii {1}' --preview-window=down:75% | xargs -ro yay -S --noconfirm
|
||||
|
||||
gum spin --spinner "globe" --title "Done!" -- sleep 2
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
yay -Qqe | fzf --multi --preview 'yay -Qi {1}' --preview-window=down:75% | xargs -ro yay -Rns --noconfirm
|
||||
|
||||
gum spin --spinner "globe" --title "Done!" -- sleep 2
|
||||
Reference in New Issue
Block a user