shithub
tenseleyflow
/
ndotfiles
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
ndotfiles
Public
Watch
0
Fork
0
Star
0
ndotfiles
/
fish
/
functions
/
f.fish
Fish · 122 bytes
Raw
Blame
History
1
## preview file, open in editor
2
#
3
function
f
4
set
-l
files
(
_fzf
--multi
)
5
test
-n
"
$files
"
;
and
$EDITOR
$files
6
end