Skip to content

๐Ÿš€ GitGo: Open Git Repositories with Ease** GitGo, a lightweight TypeScript utility, simplifies your workflow by swiftly opening Git repository SSH links in your browser. No fuss, just a straightforward solution for seamless access.

Notifications You must be signed in to change notification settings

EsinShadrach/gitgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

GitGo

GitGo is a command-line utility that simplifies working with Git repositories.

Table of Contents

Introduction

GitGo is a utility written in TypeScript that helps you interact with Git repositories more efficiently. It provides a simple command-line interface to perform common Git operations and open repository URLs in your default web browser.

Usage

Command-line Options

  • -h or --help: Display help text.
  • --from, -f, or --form: Create a URL based on the specified remote.

Examples

# Display help text
gitgo -h

# Open repository URL for the default remote
gitgo

# Open repository URL for a specific remote
gitgo --from origin



# Clone the repository
git clone https://github.com/EsinShadrach/gitgo.git

# Navigate to the project directory
cd gitgo

# Install dependencies
bun install

# Build the project
bun run compile or bun compile

About

๐Ÿš€ GitGo: Open Git Repositories with Ease** GitGo, a lightweight TypeScript utility, simplifies your workflow by swiftly opening Git repository SSH links in your browser. No fuss, just a straightforward solution for seamless access.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published