https://github.com/yukihirop/github-toy
Toy to operate github. 🤖
https://github.com/yukihirop/github-toy
cli github go
Last synced: about 2 months ago
JSON representation
Toy to operate github. 🤖
- Host: GitHub
- URL: https://github.com/yukihirop/github-toy
- Owner: yukihirop
- Created: 2019-11-30T06:45:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:40:26.000Z (over 2 years ago)
- Last Synced: 2025-06-19T04:08:36.041Z (about 1 year ago)
- Topics: cli, github, go
- Language: Go
- Homepage:
- Size: 7.71 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-toy
Toy to operate github. 🤖
## Install
#### From source
```bash
go get github.com/yukihirop/github-toy
cd $GOPATH/src/github.com/yukihirop/github-toy
make install
```
#### From homebrew
```bash
brew tap yukihirop/github-toy
brew install gtoy
```
## Supported OSes
- Mac
- Linux
## Usage
```bash
$ gtoy
NAME:
github-toy - Toy to operate github
USAGE:
gtoy [global options] command [command options] [arguments...]
VERSION:
0.1.0 (rev:HEAD)
COMMANDS:
settings Operate github display name
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
#### Update settings name
```bash
GITHUB_AUTH_TOKEN= gtoy settings --login yukihirop update --name yukihirop
GITHUB_AUTH_TOKEN= gtoy settings -l yukihirop update -n yukihirop@Hoge.inc
```