~mgmarlow/store-git-link

An emacs package for sharing code links with colleagues.

5eb12f5 vc-blame WIP

23 days ago

#2 New command for linking to a git commit

~mgmarlow commented on store-git-link todo

a month ago

An emacs package for sharing code links with colleagues. Currently supports Github and Sourcehut.

#Commands

  • M-x store-git-link: Copies a link to the current line of code.
  • M-x store-git-link-commit: Copies a link to the commit hash associated responsible for the current line of code, determined via git blame.

#Installation

With Emacs 29:

(unless (package-installed-p 'store-git-link)
  (package-vc-install "https://git.sr.ht/~mgmarlow/store-git-link"))

#Resources and contributing

#License

Released under the GPL-3.0 license.