Create fzf terminal launcher

This commit is contained in:
2022-09-25 15:33:36 +02:00
parent c167030f09
commit 3ba86b0303
2 changed files with 8 additions and 2 deletions

4
.bin/launcher Executable file
View 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 &))'