1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh # fzy # https://github.com/jhawthorn/fzy # Dependencies: # – fd (https://github.com/sharkdp/fd) fd --type file . "$@" | fzy --prompt='(f)>' | :edit