Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joelbeedle/gog

Goto Github in Go
https://github.com/joelbeedle/gog

Last synced: 6 days ago
JSON representation

Goto Github in Go

Awesome Lists containing this project

README

        

# gog

go to GitHub in go

## Installation

- Clone the repository
- Run `go build -o gog`
- Run `sudo mv gog /usr/local/bin/gog`

## Usage

```text
GitHub CLI tool for quickly opening repositories and profiles

Usage:
gog [shortcut or repo] [flags]
gog [command]

Available Commands:
add-shortcut Add a shortcut for a repository
completion Generate the autocompletion script for the specified shell
get-config Gets the contents of the config file
help Help about any command
set-username Set your GitHub username

Flags:
-h, --help help for gog

Use "gog [command] --help" for more information about a command.
```