5 lines
143 B
Bash
Executable File
5 lines
143 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
alacritty --class Launcher,Launcher -e sh \
|
|
-c 'compgen -c | sort -u | fzf --reverse | (x=$(cat); (set -m; exec $x &))'
|