Current Behavior
For special characters in ZSH completion desc should escaping with single /, but carapace passes it as double //.
$:/tmp/tests|
⇒ carapace --version ✗ 3
carapace-bin 1.6.4
$:/tmp/tests|
⇒ carapace less zsh less ""
=(#b)(Test2&Testaaa.txt)([ ]## -- *)=0==2:=(#b)(Test2&Testaaa.txt)=0=:=(#b)(normal.c)([ ]## -- *)=0=38;5;111=2:=(#b)(normal.c)=0=38;5;111:=(#b)(spaceT TT.x)([ ]## -- *)=0==2:=(#b)(spaceT TT.x)=0=:=(#b)(test/)([ ]## -- *)=0=1;34=2:=(#b)(test/)=0=1;34:=(#b)(-- *)=0=2Test2&Testaaa.txt
normal.c
spaceT TT.x
test/Test2\\&Testaaa.txt
normal.c
spaceT\\ TT.x
test/
$:/tmp/tests|
⇒ carapace eza zsh eza ""
=(#b)(Test2&Testaaa.txt)([ ]## -- *)=0==2:=(#b)(Test2&Testaaa.txt)=0=:=(#b)(normal.c)([ ]## -- *)=0=38;5;111=2:=(#b)(normal.c)=0=38;5;111:=(#b)(spaceT TT.x)([ ]## -- *)=0==2:=(#b)(spaceT TT.x)=0=:=(#b)(test/)([ ]## -- *)=0=1;34=2:=(#b)(test/)=0=1;34:=(#b)(-- *)=0=2filesTest2&Testaaa.txt
normal.c
spaceT TT.x
test/Test2\\&Testaaa.txt
normal.c
spaceT\\ TT.x
test/
$:/tmp/tests|
⇒ ls
normal.c 'spaceT TT.x' test Test2&Testaaa.txt
Expected Behavior
No response
Steps To Reproduce
No response
Version
No response
OS
Shell
Anything else?
No response
Current Behavior
For special characters in ZSH completion desc should escaping with single
/, but carapace passes it as double//.Expected Behavior
No response
Steps To Reproduce
No response
Version
No response
OS
Shell
Anything else?
No response