Skip to content

Instantly share code, notes, and snippets.

@christabor
Created April 9, 2015 01:30
Show Gist options
  • Save christabor/15ca896d31230494327b to your computer and use it in GitHub Desktop.
Save christabor/15ca896d31230494327b to your computer and use it in GitHub Desktop.
Search and open files in sublime using ag
function agFileSearch() {
ag "$1" -l | xargs open
}
alias agfiles='agFileSearch'
# .. usage:
# agfiles 'mytext'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment