Skip to content

Commit

Permalink
Added Handbook of Texas Online
Browse files Browse the repository at this point in the history
  • Loading branch information
wcaleb committed Sep 7, 2012
1 parent 74ea871 commit 191ff5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions se-aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ function wikipedia
open "http://en.wikipedia.org/w/index.php?search=`urlencode "$1"`"
}

# Note: Handbook of Texas Online uses %20 instead of + for spaces
function hotx
{
open "http://www.tshaonline.org/search/node/`echo "$1" | sed 's/ /%20/g'`"
}

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

function ebsco
Expand Down

0 comments on commit 191ff5c

Please sign in to comment.