Create fzf terminal launcher
This commit is contained in:
4
.bin/launcher
Executable file
4
.bin/launcher
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
alacritty --class Launcher,Launcher -e sh \
|
||||
-c 'compgen -c | sort -u | fzf --reverse | (x=$(cat); (set -m; exec $x &))'
|
||||
Reference in New Issue
Block a user