https://github.com/minimum2scp/geco
geco = gcloud + peco
https://github.com/minimum2scp/geco
Last synced: about 2 months ago
JSON representation
geco = gcloud + peco
- Host: GitHub
- URL: https://github.com/minimum2scp/geco
- Owner: minimum2scp
- License: mit
- Created: 2015-02-27T08:39:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T10:33:56.000Z (over 6 years ago)
- Last Synced: 2025-04-02T18:50:16.847Z (2 months ago)
- Language: Go
- Homepage:
- Size: 66.4 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Geco
[](LICENSE.txt)
[](https://travis-ci.org/minimum2scp/geco)
[](https://codeclimate.com/github/minimum2scp/geco)## Description
geco = gcloud + peco: select GCP resource using peco, and run gcloud## Dependencies
* [gcloud (Google Cloud SDK)](https://cloud.google.com/sdk/)
* `geco` uses [application default credential](https://developers.google.com/identity/protocols/application-default-credentials), so please run `gcloud auth application-default login` before use `geco`.
* [peco](https://github.com/peco/peco)## Installation
### Binary install (RECOMMENDED)
You can download binary from [Github releases](https://github.com/minimum2scp/geco/releases).
1. Download the zip file and unpack it.
2. Put binary file into somewhere you want.
3. Set the binary file to executable.### Clone the project (for developers)
Install [dep](https://github.com/golang/dep#setup), and then
```bash
$ git clone https://github.com/minimum2scp/geco/
$ cd geco
$ dep ensure
$ go build
```## Contribution
1. Fork it ( https://github.com/minimum2scp/geco/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request## Contributing
[minimum2scp](https://github.com/minimum2scp)
[Shinichirow KAMITO](https://github.com/kamito)