An open API service indexing awesome lists of open source software.

https://github.com/dougal/github-bookmarklet

A Bookmarklet for your browser that makes searching of GitHub only one click away
https://github.com/dougal/github-bookmarklet

Last synced: 6 months ago
JSON representation

A Bookmarklet for your browser that makes searching of GitHub only one click away

Awesome Lists containing this project

README

          

= Github Bookmarklet

OK, this should really be called the GitHub Search Bookmarklet, but that takes a handy tool and turns it into a mouthful.

== What is it?

A handy little piece of JavaScript that you can save as a bookmark in your browser, and instantly search GitHub.

I built it to satisfy my need to search GitHub Quickly.

== Install

1. Go to my announcement blog post here: http://douglasfshearer.com/blog/announcing-github-bookmarklet
2. Follow the install instructions.

== Usage

When you click on the bookmarklet, it'll give you a text prompt. Type in your search term, and hit return. You'll be taken to the GitHub search page for your query.

If you enter a `user/` query, such as `dougal/`, you will be taken directly to that users profile.

If you enter a `user/repository` query, such as `dougal/github-bookmarklet`, you will be taken directly to that repository.

Hitting ESC or Cancel leaves your browser in it's previous state.

== Acknowledgements

- John Gruber for his bookmarklet formatting script: http://daringfireball.net/2007/03/javascript_bookmarklet_builder
- The GitHub team for, well, Github: http://github.com

== Credits

Douglas F Shearer - http://douglasfshearer.com - http://github.com/dougal

== Future

If you have any suggestions, send me a message on GitHub, or fork the project and throw me a pull-request once you've made your changes.