https://github.com/syohex/emacs-helm-open-github.git
git clone 'git://github.com/syohex/emacs-helm-open-github.git'
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
helm-open-github-from-commitOpen commit page from Commit ID
helm-open-github-from-fileOpen file page from File Name
helm-open-github-from-issuesOpen issue page from Issue ID
helm-open-github-from-pull-requestsOpen pull request page from Pull Request ID
helm-open-github-commit-limitIssue number shown by helm-open-github-from-commit.(Default is 100)
(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)