public
Description: yo dawg I heard you like search so I put search in your browser so you can search while you browse
Homepage: http://overstimulate.com/projects/searchy
Clone URL: git://github.com/anotherjesse/searchy.git
name age message
file README Loading commit data...
file Rakefile.rb
file chrome.manifest
directory chrome/
file install.rdf
README
Searchy
=======
A quicksilver-like interface to search within your browser

USAGE
=====
Hitting Ctrl-Shift-K (or apple-shift-k if on OSX) brings up
a window that does search as you type.

Use the up/down arrows to select your result and hit return
to go to that page (hitting ctrl/accel return will take you
to that result in a new tab).

The next time you bring up the search panel it will have your
last search, results, and location so you can continue your
search from there.

Cool feature:
If you want to restrict it to the current domain start your
query with @

RELEASE
=======
 - [X] support clicking on the results
 - [X] add a timeout before search on keystroke (250ms)
 - [ ] figure out why yahoo sometimes sends us to an https without valid cert
 - [X] change from . to @
 - [X] handle search failures
 - [X] deal with exceptions
 - [X] emptying the query should empty the search terms
 - [ ] deal with shortcut key conflicts
 - [X] if no results show helpful messages
 - [X] don't allow enter until search completes