Skip to content

Instantly share code, notes, and snippets.

@ahmedelgabri
Created August 3, 2013 14:33
Show Gist options
  • Save ahmedelgabri/6146676 to your computer and use it in GitHub Desktop.
Save ahmedelgabri/6146676 to your computer and use it in GitHub Desktop.
Shell function to search dash app http://kapeli.com/dash from the terminal
# usage: dash <keyword>:<query> or dash <query>
dash(){
open "dash://$@"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment