my opening Sequel Pro connection tool via command line.
$ go get github.com/soh335/sequel-open
$ sequel-open -docker -host <container name> -ssh-password ... -ssh-user ... -user ... -password ...
if -docker
option is given, overwrite -ssh-host
form DOCKER_HOST
and -host
via docker inspect
command.
- support normal, socket type.
- When close seuqle window, alert window is shown. Because temporary connection file is already deleted.
- MIT