Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ozanmakes/github-browse-file
View the file you're editing in Emacs on GitHub
https://github.com/ozanmakes/github-browse-file
Last synced: 3 months ago
JSON representation
View the file you're editing in Emacs on GitHub
- Host: GitHub
- URL: https://github.com/ozanmakes/github-browse-file
- Owner: ozanmakes
- Created: 2013-04-07T10:39:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T15:58:56.000Z (about 5 years ago)
- Last Synced: 2024-04-14T06:51:26.124Z (7 months ago)
- Language: Emacs Lisp
- Size: 30.3 KB
- Stars: 46
- Watchers: 5
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
github-browse-file
==================View the file you're editing in Emacs on GitHub.
### Installation:
Available as a package in [Marmalade](https://marmalade-repo.org/) and [MELPA](http://melpa.org/).
`M-x package-install github-browse-file`
You can change some defaults using `M-x customize-group github-browse-file`
### Usage:
Call `github-browse-file` (for the git blob) or `github-browse-file-blame`
(for the git blame) to view current file on GitHub. With a prefix argument
(`C-u`), you can force them to use the "master" branch.`github-browse-commit` can be used to link to the current commit.
### Contributors
* [Charles Comstock](https://github.com/dgtized)
* [Justin Talbott](https://github.com/waymondo)
* [William Roe](https://github.com/wjlroe)
* [Yukihiro Hara](https://github.com/yukihr)