/github-follow-extension

Chrome extension that makes following repository file movements easier

Primary LanguageJavaScriptMIT LicenseMIT

Github Follow

This extension currently:

  • adds a File moved line and Folow button to Comit histories cut short by file movement and;
  • changes the View button into Left and Right buttons on diffs that are file movements.

Commit History

Clicking the *Follow* button navigates to the commit history prior to the file rename.

Diffs

Clicking the *Left* button will move you to the full file as it existed in its previous location in the parent commit. Clicking the *Right* button does what the old *View* button did, and moves you to the full file on the current commit.

Please let me know if you have any issues here.

Screenshots

![Commit History](https://raw.github.com/staff0rd/github-follow-extension/master/images/screenshot1.png)

Commit Diffs

Installation

Via [Chrome Web Store](https://chrome.google.com/webstore/detail/github-follow/agalokjhnhheienloigiaoohgmjdpned)

Changelog

  • v1.0.2
  • Support for private repositories
  • v1.0.1
  • Commit history displays renames and follow button
  • v1.0.0
  • Commit diffs display Left/Right buttons