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

https://github.com/berquerant/gbrowse

Open the repo in the browser
https://github.com/berquerant/gbrowse

go

Last synced: 3 months ago
JSON representation

Open the repo in the browser

Awesome Lists containing this project

README

          

# gbrowse

```
❯ gbrowse -h
gbrowse - Open the repo in the browser

Usage:
gbrowse [flags] [target]

The target is PATH or FILE:LINUM.
gbrowse PATH opens the PATH of the repo.
gbrowse FILE:LINUM opens the line LINUM of the FILE of the repo.
gbrowse opens the directory of the repo.

Environment variables:
GIT
git command, default is git.

DEBUG
enable debug log if set.

Flags:
-print
only print generated url
```