Skip to content

kalbert312/better-github

 
 

Repository files navigation

Better GitHub

Chrome extension that enhances the GitHub experience. Fork of Tal Bereznitskey's Github PR Tree

Features

  • Configurable page width
  • Optional PR File Tree
  • Optional Single File Diffing (experimental)
  • Optional auto-loading of large diffs
  • Adds a link to the PR header to jump to the bottom of the page where the merge button and PR status is.

Screenshots

GitHub PR Tree Options

Build

  1. Install:

    yarn install
  2. Build:

    yarn build

    ...or for hosted GitHub:

    yarn build --match=host_pattern

    host_pattern must follow pattern rule described here: https://developer.chrome.com/apps/match_patterns Example: *://*.github.mycompany.com/*

  3. Package:

    yarn crx

Install to Chrome

Drag the generated .crx file in crx directory into the Chrome Extension page.

Development

  1. Install:

    $ yarn install
  2. Run

    $ yarn start
  3. Make changes

  4. Click "Reload" on Chrome's "Manage Extensions" tab

About

Chrome extension that improves GitHub experience

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.3%
  • CSS 8.1%
  • Other 0.6%