Link to Remote in Emacs
link-to-remote.el
When you’re sharing code and documentation with teammates, it can be slow to page over to your forge and navigate to the file you want and select a link. To solve this, I’m sharing link-to-remote.el, an Emacs package that creates shareable links to your current file in its remote repository. It offers branch selection via completing-read
and provides multiple actions through a transient
menu.
You can install link-to-remote.el
using straight.el
:
(use-package link-to-remote
:straight (:host github :repo "jsigman/link-to-remote.el")
:bind ("C-c l" . link-to-remote))
Enjoy Reading This Article?
Here are some more articles you might like to read next: