Fix a bug caused by relative filenames for git-share-commit
Add some more docs
Add region support
An emacs package for sharing code links with colleagues.
Supports:
Use package-vc-install
:
M-x package-vc-install https://git.sr.ht/~mgmarlow/git-share
Clone the repo and update your load path:
git clone https://git.sr.ht/~mgmarlow/git-share /path/to/git-share
(add-to-list 'load-path "/path/to/git-share")
(require 'git-share)
M-x git-share
: Copies a URL to the current line of code.
M-x git-share-commit
: Copies a URL to the commit responsible for
the current line of code, determined via git blame
.
git-share-open-links-in-browser
: When t
, opens links in your
browser when copied.Please direct bug reports or patches to the the mailing list.
Check out this commit for an example: Add Gitlab support.
Licensed under GPL-3.0.