Skip to content

Commit

Permalink
Added Wikipedia search
Browse files Browse the repository at this point in the history
  • Loading branch information
wcaleb committed Sep 7, 2012
1 parent 4d0850d commit 6638c00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions se-aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ function imdb
open "http://www.imdb.com/find?q=`urlencode "$1"`&s=all"
}

function wikipedia
{
open "http://en.wikipedia.org/w/index.php?search=`urlencode "$1"`"
}

# The rest of these probably will not work for everyone.

function ebsco
Expand Down

0 comments on commit 6638c00

Please sign in to comment.