Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joelbeedle/gog
- Owner: joelbeedle
- Created: 2024-10-24T23:35:38.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T23:20:54.000Z (about 1 month ago)
- Last Synced: 2024-12-06T23:25:45.071Z (about 1 month ago)
- Language: Go
- Size: 4.88 KB
- 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 profilesUsage:
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 usernameFlags:
-h, --help help for gogUse "gog [command] --help" for more information about a command.
```