Skip to content

Commit

Permalink
Added IMDb
Browse files Browse the repository at this point in the history
  • Loading branch information
wcaleb committed Sep 7, 2012
1 parent b7f3a8a commit 4d0850d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions se-aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ function amazon
open "http://www.amazon.com/s/?url=search-alias%3Daps&field-keywords=`urlencode "$1"`"
}

function imdb
{
open "http://www.imdb.com/find?q=`urlencode "$1"`&s=all"
}

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

function ebsco
{
open "http://ehis.ebscohost.com/eds/results?bquery=`urlencode "$1"`&bdata=JnR5cGU9MCZzaXRlPWVkcy1saXZlJnNjb3BlPXNpdGU%3d"
Expand All @@ -62,3 +69,5 @@ function clio
{
open "http://web.ebscohost.com.ezproxy.rice.edu/ehost/results?&bquery=`urlencode "$1"`&bdata=JmRiPWFobCZ0eXBlPTAmc2l0ZT1laG9zdC1saXZlJnNjb3BlPXNpdGU%3d"
}


0 comments on commit 4d0850d

Please sign in to comment.