diff options
author | Teddy Wing | 2015-05-24 18:16:24 -0400 |
---|---|---|
committer | Teddy Wing | 2015-05-24 18:16:24 -0400 |
commit | 39c67219005e2f590e30b707cc03ce636158c302 (patch) | |
tree | 7db1fb065a53d0a53d6c202ef4678d68d19a002b | |
parent | b5c8b47d7e9adac2c7ffe4f6493c52b3b084eb7a (diff) | |
download | Peniquitous-39c67219005e2f590e30b707cc03ce636158c302.tar.bz2 |
Add README.md
* Description
* Installation notes
* License information
-rw-r--r-- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ebc1bbb --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +Peniquitous +=========== + +A Google Chrome browser extension that provides Ctrl-P & Ctrl-N support for +search field drop-down lists. + +When search fields offer a list of suggestions, they often support using the up +& down keys to choose a suggestion. This extension works by simulating the up & +down arrow keys when you press Ctrl-P & Ctrl-N. + +Using these new key combinations, you can save a couple seconds moving your +hand to the arrow keys or take advantage of the muscle memory instilled from +GNU Readline, Emacs, and other console applications. + + +## Installing +Download the .crx file from the [releases][0] page. Drag and drop the file into +the Chrome Extensions page. + + +## License +Licensed under the MIT License. See the included LICENSE file. + +[0]: https://github.com/teddywing/Peniquitous/releases |