https://github.com/joelbeedle/gog
Goto Github in Go
https://github.com/joelbeedle/gog
Last synced: 4 months ago
JSON representation
Goto Github in Go
- Host: GitHub
- URL: https://github.com/joelbeedle/gog
- Owner: joelbeedle
- Created: 2024-10-24T23:35:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-07T17:39:52.000Z (12 months ago)
- Last Synced: 2025-04-13T09:50:23.608Z (8 months ago)
- Language: Go
- Size: 2.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.
```