rmuslimov / browse-at-remote

Browse target page on github/bitbucket from emacs buffers
233 stars 54 forks source link

Add Gist (gist.github.com) support #53

Closed CyberShadow closed 5 years ago

CyberShadow commented 5 years ago

gist.github.com allows cloning gists to local git repositories, and push changes back. This PR implements mapping local points to URLs.

One thing worth noting is that Gist needs the full 40-character SHA-1 for links to a specific revision (commit), but it's not easily obtainable for places like magit-log buffers. Opening the commit in its own buffer does work, though.

rmuslimov commented 5 years ago

That is awesome! I even didn't know that this functionality exist. Thanks for contributing!