dotfiles/bin/fzf-menu

5 lines
166 B
Bash
Executable file

#!/bin/sh
setsid -f $(echo "$PATH" | tr ":" "\n" | xargs -I{} find -L {} -maxdepth 1 -mindepth 1 -type f -executable -printf '%P\n' 2>/dev/null | sort -u | fzf)