Andy Kipp

Results 470 comments of Andy Kipp

Hi @joyshukla! Thank you for reporting this! I can reproduce. PR is very welcome!

I think the fix should be around [this line](https://github.com/xxh/xxh/blob/42f686dd4d757b3f5831913444211ba90b8b74af/xxh_xxh/xxh.py#L149).

Hi! I've made some cleaning in the logic. But the issue couldn't be solved now because when you have a key with password you should enter the password every ssh...

PR is welcome! The start point is the implementation of the SSH arguments: https://github.com/xxh/xxh/blob/c8c5d0c51a505c983f1a8b9b5ff3a96d401db29a/xxh/xxh_xxh/xxh.py#L561-L564 https://github.com/xxh/xxh/blob/c8c5d0c51a505c983f1a8b9b5ff3a96d401db29a/xxh/xxh_xxh/xxh.py#L599-L600 https://github.com/xxh/xxh/blob/c8c5d0c51a505c983f1a8b9b5ff3a96d401db29a/xxh/xxh_xxh/xxh.py#L748-L756

I prefer to implementing special support for every new argument. May be some day we will make the common solution.

The auto-complete is depend on the shell and OS you use. But some shells like xonsh can get the completions from bash as well. In Ubuntu 20.04 I just added...

> My current setup is Mac OS & zsh shell - any idea how I can add custom completion of hosts for xxh locally? Sorry I'm not the user of...

@chitoku-k for what OS and shell type your solution?

@chitoku-k If you can write the complete script to install xxh autocomplete for zsh it will be great! Something like this on bash or zsh: ```bash #!/bin/bash mkdir -p ~/.config/xxh/...

@athityakumar @chitoku-k Are you using [argcomplete](https://github.com/kislyuk/argcomplete) or alternatives? One of the way is to add it to xxh.