Skip to content

Instantly share code, notes, and snippets.

@magoon
Created July 15, 2013 19:00
Show Gist options
  • Save magoon/6002482 to your computer and use it in GitHub Desktop.
Save magoon/6002482 to your computer and use it in GitHub Desktop.
Command-like Wikipedia
# Wikipedia lookup from command line
#
# Add this function to your ~/.bash_profile
#
# Usage: wiki %s
# Example: wiki antidisestablishmentarianism
#
function wiki() { dig +short txt "$@.wp.dg.cx" ;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment