Skip to content

Instantly share code, notes, and snippets.

@mehdi-alouane
Forked from john-kurkowski/lyrics.sh
Created March 4, 2016 11:23
Show Gist options
  • Save mehdi-alouane/ab96d384a71c333eb0bc to your computer and use it in GitHub Desktop.
Save mehdi-alouane/ab96d384a71c333eb0bc 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