Skip to content

Instantly share code, notes, and snippets.

@cldwalker
Created April 7, 2009 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cldwalker/91353 to your computer and use it in GitHub Desktop.
Save cldwalker/91353 to your computer and use it in GitHub Desktop.
ubiquity github-user command
CmdUtils.makeBookmarkletCommand({
name: 'github-user',
icon: "http://github.com/favicon.ico",
homepage: 'http://tagaholic.me/2009/04/06/github-bookmarklet-for-user-pages.html',
license: 'MIT',
author: {name: 'Gabriel', email: 'gabriel.horner@gmail.com'},
description: 'Enhances github user pages by providing repository sorting and inserting additional repository stats.',
help: 'Use it on a github user page i.e. http://github.com/defunkt',
url: 'javascript:(function(){$.getScript("http://tagaholic.me/javascripts/jquery.githubUserPage.js",function(){$.githubUserPage()})})();'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment