Files
aglab.dotfiles/bin/fuzzel-win+r.sh
SilverAg.L 5fffcbcd53 update
- remove powershell deps
- rewrite readme
- fully use YukiLauncher
2025-10-14 15:04:30 +08:00

4 lines
108 B
Bash
Executable File

#!/bin/bash
option=$(fuzzel --dmenu --prompt-only="Command to execute: ")
[ -z "$option" ] || ykrun $option