dotfiles/.config/shell/bin/ef

7 lines
151 B
Bash
Executable file

#!/bin/bash
# edit file: Uses fzy to locate a file, and opens it in your favorite text editor
# Takes arguments for `fd`
"$EDITOR" "$(fd $@ | fzy)"