helm-open-github.el is utilities for opening github url. This is inspired by URL below.
You can install helm-open-github
from MELPA with package.el.
M-x package-install helm-open-github
Open commit page from Commit ID
Open file page from File Name
Open issue page from Issue ID
Open pull request page from Pull Request ID
Issue number shown by helm-open-github-from-commit
.(Default: 100
)
Minimal length to search. If this value is non-nil, delayed search is enabled(Default: nil
).
This parameter must be set before loading helm-open-github.el
.
(global-set-key (kbd "C-c o f") 'helm-open-github-from-file)
(global-set-key (kbd "C-c o c") 'helm-open-github-from-commit)
(global-set-key (kbd "C-c o i") 'helm-open-github-from-issues)
(global-set-key (kbd "C-c o p") 'helm-open-github-from-pull-requests)