Multi-repository grid view
Currently hosted at http://gridhub.club. Uses local storage, so no GridHub data persists beyond your browser.
Will need a Github username and access token to access private repositories. The access token only needs the default access permissions (repo, public_repo, user).
Shortcut | What it does |
---|---|
1 ... 0 |
Switch pages (press 3 to go to the third page) |
R |
Refresh |
A |
Readme pane |
S |
Tags pane |
D |
Issues pane |
F |
Pull Requests pane |
G |
Unreleased PRs pane |
H |
Milestones pane |
O |
Open |
P |
Closed |
You'll need the Dart SDK if you don't already have it:
brew tap dart-lang/dart && brew install dart
Open command line to the root of this repo:
bower install
pub get
pub build
pub serve
- Enjoy.