zsh-ssh icon indicating copy to clipboard operation
zsh-ssh copied to clipboard

Better host completion for ssh in Zsh.

Results 15 zsh-ssh issues
Sort by recently updated
recently updated
newest added

ssh_config allows the following statements: ``` Host alias1 anotheralias #Config for all aliases ``` Changes to `zsh-ssh.zsh` add each listed alias to the returned list of ssh hosts when tab...

When using wildcards parsing is no correct. ![image](https://user-images.githubusercontent.com/50710418/171600356-7d238cb4-795b-4f29-b331-cf72d86a9149.png)

add sftp case that this script will also run for sftp

I tried to use this plugin in ubuntu inside WSL and got a strange issue - fzf's list is not working correctly: ```bash ~ ✔ $ cat ~/.ssh/config ───────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │...

Hello, thanks for the plugin works great with SSH, but lately I found myself having to use quiet a lot of SCP and it would be great to have the...

fzf-complete-ssh:zle:49: widgets can only be called when ZLE is active I am getting this error all the time and am not able to fix it so far. All other plugins...

Hi and thanks for your very nice `zsh` plugin. I had issues insalling it on my 2021 Macbook Pro (M1 Max, Ventura 13.6.2) After install, Auto complete failed with this...

This handle files like: ``` Host=myserver Hostname=192.168.0.1 Host myserver2 HostName 192.168.0.2 ```

ctrl-y yanks Alias ctrl-h yanks HostName