aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2021-03-21 17:56:17 +0100
committerTeddy Wing2021-03-21 18:17:46 +0100
commit5f7a898a2b8dc6cbefbb59e1e5773c086a800801 (patch)
tree2d1fbfe5f8bd54ac5b016dc1c80b06fa71f26731
parent962a8fa30fb5f5ecc0cb65dded0fada0759b557d (diff)
downloadPeniquitous-5f7a898a2b8dc6cbefbb59e1e5773c086a800801.tar.bz2
README: Change Chrome extension references to user script
-rw-r--r--README.md21
1 files changed, 11 insertions, 10 deletions
diff --git a/README.md b/README.md
index 5b117fd..f865f86 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
Peniquitous
===========
-A Google Chrome browser extension that provides Ctrl-P & Ctrl-N support for
-search field drop-down lists.
+A user script 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.
+& down keys to choose a suggestion. This user script 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
@@ -17,13 +17,14 @@ GNU Readline, Emacs, and other console applications.
![Peniquitous demo gif](Peniquitous-demo.gif)
-## Installing
-Download the .crx file from the [releases][0] page. Drag and drop the file into
-the Chrome Extensions page.
+## Install
+Open the [raw script][1] and click “Install” in the resulting dialog. A [more
+detailed explanation][2] is available on the Greasemonkey wiki.
## License
-Copyright © 2015 Teddy Wing. Licensed under the GNU GPLv3+ (see the included
-COPYING file).
+Copyright © 2015, 2021 Teddy Wing. Licensed under the GNU GPLv3+ (see the
+included COPYING file).
-[0]: https://github.com/teddywing/Peniquitous/releases
+[1]: https://raw.githubusercontent.com/teddywing/Peniquitous/master/peniquitous.user.js
+[2]: https://wiki.greasespot.net/Greasemonkey_Manual:Installing_Scripts