Skip to content

Instantly open your git repo’s remote URL (GitHub, GitLab, etc.) in your default browser - cross-platform, zero dependencies.

Notifications You must be signed in to change notification settings

conditionals/gopen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

gopen

A tiny Go CLI that opens the current Git repository’s remote URL (e.g., GitHub, GitLab) in your default web browser.

Features

  • 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

Usage

From within any git repository:

gopen

Install:

Build from source, add to path.

About

Instantly open your git repo’s remote URL (GitHub, GitLab, etc.) in your default browser - cross-platform, zero dependencies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages