Skip to content

jeffstieler/github-follow-extension

 
 

Repository files navigation

Follow for Github

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

Commit Diffs

Installation

Via Chrome Web Store

Build

grunt

Develop

In chrome://extensions, load an unpacked extension, browse to the /app directory in this repo.

Make your changes in app/scripts.babel. Running grunt in watch mode will have chrome auto-refresh the extension while you make changes;

grunt -watch

About

Chrome extension that makes following repository file movements easier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.0%
  • HTML 10.0%