#!/bin/sh # fzy # https://github.com/jhawthorn/fzy # Dependencies: # – fd (https://github.com/sharkdp/fd) fd --type file . "$@" | fzy --prompt='(f)>' | :edit