dot/scripts/fzf_menu.sh

4 lines
44 B
Bash
Executable File

#!/bin/sh
file="$(fzf $@)"
xdg-open $file &