A Chrome extension which replaces the current GitHub diff viewer with a file explorer similar to that of BitBucket and Stash.
- Full width GitHub diff view
- File explorer which allows quick selection between files relative to their actual location in the project directory
To install this as a dev extension,
- Pull this repository locally
npm install && npm run build
- Navigate to
chrome://extensions/
- Enable developer mode
- Load unpacked extension
- Navigate to the directory and select the extension folder as the root
- Go to a GitHub
Files Changed
tab in any repo. - Enjoy!