Skip to content

Commit

Permalink
webjumps
Browse files Browse the repository at this point in the history
  • Loading branch information
legumbre committed Jun 22, 2012
1 parent 6185e22 commit a54c073
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions my-webjumps.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
define_webjump("em" , "http://reddit.com/r/emacs");
define_webjump("fb" , "https://facebook.com/");
define_webjump("hn" , "http://news.ycombinator.com");
define_webjump("hub" , "http://github.com");
define_webjump("hi" , "https://github.com/dashboard/issues/repos?direction=desc&state=open");
define_webjump("hub" , "http://github.com/%s");
define_webjump("intup", "http://iie.fing.edu.uy/cursos/course/view.php?id=13");
define_webjump("meebo", "https://meebo.com/messenger");
define_webjump("mg" , "https://gist.github.com/mine");
define_webjump("mw" , "http://www.merriam-webster.com/dictionary/%s");
define_webjump("pin" , "http://pinboard.in/search/?query=%s+&mine=Search+Mine");
define_webjump("pin" , "https://pinboard.in/search/?query=%s+&mine=Search+Mine");
define_webjump("rae" , "http://rae.es/%s");
define_webjump("read" , "http://reader.google.com");
define_webjump("smg" , "http://www.google.com/search?q=site%3Agist.github.com+legumbre+%s");
define_webjump("read" , "https://reader.google.com");
define_webjump("smg" , "https://www.google.com/search?q=site%3Agist.github.com+legumbre+%s");
define_webjump("tpb" , "https://thepiratebay.org/search/%s");
define_webjump("tw" , "https://mobile.twitter.com/%s");

0 comments on commit a54c073

Please sign in to comment.