https://github.com/gost-c/gost-cli
Command line tool for gost
https://github.com/gost-c/gost-cli
cli cmdline golang gost-c
Last synced: 5 months ago
JSON representation
Command line tool for gost
- Host: GitHub
- URL: https://github.com/gost-c/gost-cli
- Owner: gost-c
- License: mit
- Created: 2017-06-11T05:04:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T16:25:24.000Z (over 7 years ago)
- Last Synced: 2025-12-04T13:38:40.489Z (7 months ago)
- Topics: cli, cmdline, golang, gost-c
- Language: Go
- Homepage: http://gost-doc.netlify.com
- Size: 67.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gost-cli
[](https://goreportcard.com/report/github.com/gost-c/gost-cli)
[](https://circleci.com/gh/gost-c/gost-cli/tree/master)
> gost-cli is a command line tool for gost
## Description
`gost` is a gist-like services (see the sample [sample link](http://gost.surge.sh/#/7f6fbcc7-8a8b-443e-a88e-39f49c693215)), and `gost-cli` is a command tool for it.
## Usage
```bash
# show help
$ gost -h
# show sub command help, example gost login -h
$ gost -h
```
## Install
### Use scripts (recommend)
```sh
$ curl -sf https://raw.githubusercontent.com/gost-c/gost-cli/master/install.sh | sh
```
### Download directly
[Download](https://github.com/gost-c/gost-cli/releases) the package (should match your platform) and move it to any `$PATH` folder.
### To install, use `go get`:
```bash
$ go get -d github.com/gost-c/gost-cli
```
## Docs
see [http://gost-docs.congz.pw](http://gost-docs.congz.pw)
## Contribution
1. Fork ([https://github.com/gost-c/gost-cli/fork](https://github.com/gost-c/gost-cli/fork))
1. Create a feature branch
1. Commit your changes
1. Rebase your local changes against the master branch
1. Run test suite with the `go test ./...` command and confirm that it passes
1. Run `gofmt -s`
1. Create a new Pull Request
## Author
[zcong1993](https://github.com/zcong1993)