Files
aglab.dotfiles/bin/fuzzel-win+r.sh
SilverAg.L 3446d3d97e replace ykrun with runbg for background command execution
... to solve the nvm-sh environment issue.(mostly vscode)

NOTE: may also import other envvars, tbc.
2025-12-16 02:21:20 +08:00

4 lines
111 B
Bash
Executable File

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