Tags: wouterdebie/i2cssh
Tags
Version 0.0.16: fix bug with ssh extras Extras defined in the config file where not taken into acccount, since they were always overridden by an empty list coming from the command line options. Click returns an empty list instead of None when there are no additional options.
Version 0.0.14: add --custom-command This release adds a `-x or --custom-command` option as reqested in #118. This allows for running a different command than `ssh`, e.g. `kubectl "kubectl exec -it {host} -- /bin/bash"` where `{host}` is substituted by the actual host from the config. This also works from the config file on either global or cluster level
Version 0.0.9 Forgot to implement the automatic full screen when cols >= 12 and rows >= 16. This was hard coded in the ruby version and the logic was there but we never acted on it. This is still a hack, since the amount of rows and cols is based on the size of the newly spawned window, which can differ based on the profile used (default is 80x25). The proper thing to do is to figure out how many characters a terminal needs to be before iTerm2 disallows another split, check the sise of the new window and then act accordingly (either resize or go full screen). But we'll save that for later.
PreviousNext