zsh icon indicating copy to clipboard operation
zsh copied to clipboard

remote files completion: remove double-escaping

Open fugidev opened this issue 1 year ago • 3 comments
trafficstars

Removes the double escaping in the remote files completion. This affects rsync and scp. Instead of for example a space character in a remote filename turning into \\\ , it will now correctly turn into \ . While scp apparently works with either one, rsync supports only the latter since version 3.2.4. This has been a problem for almost two years now.

For more context, see the corresponding issue from fish-shell: https://github.com/fish-shell/fish-shell/issues/8895

fugidev avatar Feb 29 '24 20:02 fugidev

Do the zsh devs actively monitor Pull Requests here? Might be better on their mailing list?

(I'd love to see this merged, this bug is so annoying...)

ThiefMaster avatar Mar 30 '24 20:03 ThiefMaster

Do the zsh devs actively monitor Pull Requests here?

This repository is an unofficial mirror. While a few devs do check it on an irregular basis, the most active ones do not look at it at all.

Might be better on their mailing list?

This is always the better option.

larryv avatar Apr 02 '24 06:04 larryv

I have submitted the patch to the zsh-workers mailing list

fugidev avatar Apr 10 '24 10:04 fugidev

Any news on this?

ThiefMaster avatar Jul 07 '24 22:07 ThiefMaster

The discussion begins here. It seems to have stalled out.

larryv avatar Jul 07 '24 22:07 larryv

Ah, any chance it could be revived? I'd leave a comment on it myself but since it's a mailing list I'm not subscribed to, I wouldn't even know how to properly reply to that thread w/o having one of its emails... (yay for great usability in mailing lists!)

ThiefMaster avatar Jul 08 '24 08:07 ThiefMaster

A (different) fix landed in https://github.com/zsh-users/zsh/commit/5cb32ec5ab1eafdad62500e7e6bdada2c3205a59 so I'm closing this.

fugidev avatar Aug 05 '24 18:08 fugidev