Rene Zbinden

Results 43 comments of Rene Zbinden

Would be great, thx.

That works and it solves #355

This would help me too.

I am using the following tests in my go library: https://github.com/zbindenren/cc/blob/main/tests.yaml Not sure if `yaml` is the best format. Maybe we could agree to something.

I was thinking exactly the same thing. This would be more vim like. I try to compile it.

@mrkschan I will test it tomorrow.

@mrkschan it is not working: ```bash [rz:~/golang/src/github.com/crosbymichael/slex]↥ master ± git fetch origin pull/16/head:add-support-for-timeout [rz:~/golang/src/github.com/crosbymichael/slex]↥ master ± git checkout add-support-for-timeout Switched to branch 'add-support-for-timeout' [rz:~/golang/src/github.com/crosbymichael/slex]↥ add-support-for-timeout ± go build # github.com/crosbymichael/slex...

@mrkschan compiling works now, but now I get a panic: ``` ./slex -o ConnectTimeout=1 --user zbindenren -A --host trepd101 ls panic: runtime error: index out of range goroutine 1 [running]:...

@mrkschan unfortunately it is not working: ```bash $ time ./slex -o 'Timeout 1' --user zbindenren -A --host ls ERRO[0021] none of the provided authentication methods can establish SSH session successfully...