diff options
| author | Teddy Wing | 2013-10-28 00:48:33 -0400 |
|---|---|---|
| committer | Teddy Wing | 2013-10-28 00:48:33 -0400 |
| commit | 1da5b02f2dbed158bf23556267391ce8e1e45234 (patch) | |
| tree | f9d4653b8ef024f2c42c78132e05650e58250ba1 /README.md | |
| parent | 523a8379b4537e247a58452782eb2598138fd23c (diff) | |
| download | No-More-GitHub-Neck-Cricks-for-Safari-1da5b02f2dbed158bf23556267391ce8e1e45234.tar.bz2 | |
Add LICENSE and README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d148b3c --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +No More GitHub Neck Cricks for Safari +===================================== + +A Safari browser extension that rotates the [GitHub](https://github.com) Network Graph 90 degrees so that branch names are horizontal and easier to read. + + +# Installing +The easy and quick way is to double-click the `no-more-github-neck-cricks.safariextz` file and click the “Install” button when prompted. This will add the extension to your list of Safari extensions. + +If you want to be able to test and modify the extension, then install it via the Safari Extension Builder. You'll need a Safari developer certificate (https://developer.apple.com/library/safari/documentation/Tools/Conceptual/SafariExtensionGuide/UsingExtensionBuilder/UsingExtensionBuilder.html#//apple_ref/doc/uid/TP40009977-CH2-SW1). + +Ensure that you have the Develop menu enabled. Under the menu, select the “Show Extension Builder” option. Click the “+” button at the bottom-left corner of the Extension Builder window and choose “Add Extension…”. Select the `no-more-github-neck-cricks.safariextension` directory. You will now be able to install the extension by clicking the “Install” button at the top right. + + +# Help! Mouse-dragging is all weird! +The graph may be rotated, but the controls aren’t. Here's a handy translation key. + +## Mouse dragging +* UP: graph moves RIGHT +* DOWN: graph moves LEFT +* LEFT: graph moves UP +* RIGHT: graph moves DOWN + +## Arrow keys (keyboard) +* UP: graph moves LEFT +* DOWN: graph moves RIGHT +* LEFT: graph moves DOWN +* RIGHT: graph moves UP + + +# License +No More GitHub Neck Cricks is licensed under the MIT License. See the included LICENSE file. |
