Skip to content

Instantly share code, notes, and snippets.

@michaelavila
Created October 15, 2013 03:22
Show Gist options
  • Save michaelavila/6986046 to your computer and use it in GitHub Desktop.
Save michaelavila/6986046 to your computer and use it in GitHub Desktop.
xfiles + selecta (add to zshrc/bashrc)
# you need to install selecta before this works
# https://github.com/garybernhardt/selecta
alias xf='$(find . -perm +111 -type f | selecta)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment