#!/bin/sh
# gff, stands for Git Find File
# only useful when in git projects.
# requires pick(1) to be installed

git ls-files | pick

