A tiny Go CLI that opens the current Git repository’s remote URL (e.g., GitHub, GitLab) in your default web browser.
- Works with both SSH (
[email protected]:user/repo.git) and HTTPS (https://github.com/user/repo.git) remotes - Cross-platform support: Linux, macOS, Windows
- Zero dependencies
From within any git repository:
gopenBuild from source, add to path.