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
- Host: GitHub
- URL: https://github.com/berquerant/gbrowse
- Owner: berquerant
- Created: 2023-05-03T20:43:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-01T07:32:28.000Z (10 months ago)
- Last Synced: 2025-09-01T09:55:23.627Z (10 months ago)
- Topics: go
- Language: Go
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```