Skip to content

Instantly share code, notes, and snippets.

@john-kurkowski
Created March 22, 2012 19:46
Show Gist options
  • Save john-kurkowski/2162807 to your computer and use it in GitHub Desktop.
Save john-kurkowski/2162807 to your computer and use it in GitHub Desktop.
Search lyrics without leaving the terminal
# Usage: `griot fucking ridiculous`
function griot() {
lynx "http://rapgenius.com/search?q=`echo $@ | perl -p -e 's/\s+/+/g'`";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment