dot/scripts/fzf_menu.sh

4 lines
44 B
Bash
Raw Normal View History

2021-12-05 13:44:24 +00:00
#!/bin/sh
2023-03-01 00:15:29 +00:00
file="$(fzf $@)"
2021-12-05 13:44:24 +00:00
xdg-open $file &