6 lines
165 B
Bash
Executable File
6 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
|
|
yay -Qqe | fzf --multi --preview 'yay -Qi {1}' --preview-window=down:75% | xargs -ro yay -Rns --noconfirm
|
|
|
|
~/.local/share/omarchy/bin/omarchy-show-done
|