anotherjesse / searchy

yo dawg I heard you like search so I put search in your browser so you can search while you browse

This URL has Read+Write access

name age message
file README Sat Dec 13 21:30:51 -0800 2008 enter doesn't do anything until search is complete [Jesse Andrews]
file Rakefile.rb Sun Dec 14 00:23:57 -0800 2008 build script [Jesse Andrews]
file chrome.manifest Sat Dec 13 02:18:58 -0800 2008 initial prototype [Jesse Andrews]
directory chrome/ Loading commit data...
file install.rdf Sun Dec 14 00:24:25 -0800 2008 I dub thee 0.1 [Jesse Andrews]
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