blob: 496435fedecad6dcb20f6bed3e0c4f12156e8322 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 | No More GitHub Neck Cricks for Chrome
=====================================
A Google Chrome browser extension that rotates the [GitHub](https://github.com) Network Graph 90 degrees so that branch names are horizontal and easier to read.
# Installing
To install the extension, open the Extensions window in Chrome and click “Load unpacked extension…”. In the file browser select the directory of this project.
# 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 UP
* RIGHT: graph moves DOWN
# License
No More GitHub Neck Cricks is licensed under the MIT License. See the included LICENSE file.
 |