https://github.com/soh335/sequel-open
https://github.com/soh335/sequel-open
docker golang macos mysql
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/soh335/sequel-open
- Owner: soh335
- License: mit
- Created: 2016-06-21T04:00:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T07:24:54.000Z (almost 9 years ago)
- Last Synced: 2025-03-22T12:42:32.779Z (over 1 year ago)
- Topics: docker, golang, macos, mysql
- Language: Go
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/soh335/sequel-open)
# sequel-open
my opening [Sequel Pro](http://www.sequelpro.com/) connection tool via command line.
## INSTALL
```
$ go get github.com/soh335/sequel-open
```
## USAGE
```
$ sequel-open -docker -host -ssh-password ... -ssh-user ... -user ... -password ...
```
if `-docker` option is given, overwrite `-ssh-host` form `DOCKER_HOST` and `-host` via `docker inspect` command.
## TODO
* support normal, socket type.
## KNOWN ISSUE
* When close seuqle window, alert window is shown. Because temporary connection file is already deleted.
## LICENSE
* MIT