Skip to content

t0yv0/gh-autolinks.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-autolinks.el

Automatically reformat Org buffers to recognize GitHub references and convert them to links.

Setup

(use-package gh-autolinks
  :custom (gh-autolinks-add-title t)
  :hook (before-save . gh-autolinks-org-buffer))

GitHub CLI is required to fetch the titles of the pull requests and issues.

Usage

Paste a GitHub URLs pointing to pull requests or issues in the buffer. Save the buffer and the references will be converted to links.

For example:

https://github.com/pulumi/pulumi-terraform-bridge/pull/2217
https://github.com/pulumi/pulumi-terraform-bridge/pull/2231

Becomes:

Alternatively, if gh-autolinks-use-overlays is set to t then Overlays are used to display the title.

About

Support GitHub autolinked references and URLs in Emacs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published