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()})})();' });