Skip to content

Instantly share code, notes, and snippets.

@derhuerst
Created November 13, 2015 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derhuerst/fb5d47f07f912002cb3b to your computer and use it in GitHub Desktop.
Save derhuerst/fb5d47f07f912002cb3b to your computer and use it in GitHub Desktop.
fuz

This uses the amazing fzf tool.

Try the following commands!

fuz ls
fuz vim …
fuz cat …
function fuz() {
file=$(fzf -q $2)
$1 $file
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment