https://github.com/mhutter/git-browse
Open the current repository in a browser
https://github.com/mhutter/git-browse
Last synced: 11 months ago
JSON representation
Open the current repository in a browser
- Host: GitHub
- URL: https://github.com/mhutter/git-browse
- Owner: mhutter
- License: mit
- Created: 2018-05-16T06:09:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T15:08:01.000Z (almost 4 years ago)
- Last Synced: 2025-03-23T19:17:57.979Z (over 1 year ago)
- Language: Go
- Homepage: https://mhutter.github.io/git-browse/
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-browse
[](https://travis-ci.com/mhutter/git-browse)
Open the current repository in a browser.
## Usage
# cd into any git repository
git browse
# opens a browser
## Limitations
At the moment:
* `git-browse` uses the URL of the `origin` remote
## Installation
**Homebrew tap** (macOS)
brew install mhutter/tap/git-browse
**go get** (any OS)
go get -u github.com/mhutter/git-browse
Or [download a pre-built binary](https://github.com/mhutter/git-browse/releases).
## License
MIT (see LICENSE)
---
> [Manuel Hutter](https://hutter.io) -
> GitHub [@mhutter](https://github.com) -
> Twitter [@dratir](https://twiter.com/dratir)