completeme
completeme is a python script that’ll allow you to auto-complete filenames and launch them in an editor, much like GitHub’s ‘t’ keyboard shortcut… just start typing the name of the file, and when you hit enter, it’ll open that file in your favorite
$EDITOR.Uses files stored in the current GitHub repository and falls back on all files below the current working directory.