Add 'f' script
This commit is contained in:
parent
37b323b50a
commit
b20cd1429c
6
.local/bin/scripts/f
Executable file
6
.local/bin/scripts/f
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Search for files in local directory and edit selected in default editor.
|
||||
|
||||
find . -type f | fzf --preview 'cat {}' --height 25 --layout reverse | \
|
||||
xargs -r "$EDITOR"
|
Loading…
x
Reference in New Issue
Block a user