ssh-connect
ssh-connect copied to clipboard
π simple ssh manager based on bash/zsh history
Really glad to find this little useful utility for (recent) ssh connections. I am trying to find out why I get a connect: empty list while I am using it...
fix for https://github.com/gko/ssh-connect/issues/6 and https://github.com/gko/ssh-connect/issues/5
Mojave, oh-my-zsh, zsh 5.3. The plugin finds and displays several ssh sessions in the history, but if i choose any of them I get the output: (eval):cd:1: too many arguments...
now handles .bash_history and .zsh_history with `extended_history` enabled (closes #1)
`ssh-connect` is not working for `zsh` environment with `extended_history` flag enabled, because it's changing `$HISTFILE` format. From [the docs](http://zsh.sourceforge.net/Doc/Release/Options.html#History): > **EXTENDED_HISTORY** > Save each commandβs beginning timestamp (in seconds since...