Created
March 22, 2012 19:46
-
-
Save john-kurkowski/2162807 to your computer and use it in GitHub Desktop.
Search lyrics without leaving the terminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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