An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# git-browse
[![Build Status](https://travis-ci.com/mhutter/git-browse.svg?branch=master)](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)