index
:
dot.git
master
shadow
personal dotfiles
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
fzf_menu.sh
blob: 8f6238fdef0bc7e59b1e171a7a777c03446f0c37 (
plain
)
1
2
3
#!/bin/sh
file
=
$(
fzf
$@
)
xdg-open
$file
&