-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Labels
bugSomething isn't workingSomething isn't workingconfirmedBug that's been confirmed to existBug that's been confirmed to existquestionFurther information is requestedFurther information is requested
Description
When using carapace in conjunction with fzf-tab, it inadvertently adds an extra backslash to escape spaces or parentheses.
: mv Hello\\ One\\ \\(Two\\)\\ \\[Three\\].mp3 test.mp3
zsh: no matches found: \(Two\)\
However, when using **
and pressing tab, the command is executed successfully.
mv Hello\ One\ \(Two\)\ \[Three\].mp3
Is there a way to resolve this issue either by updating the fzf configuration or the carapace configuration?
As per the developer of Carapace
Carapace does custom quoting with compadd -Q.
Fzf-tab probably does that as well (or adds them without -Q) without acknowledging they are already quoted.
gabrielrinaldi
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingconfirmedBug that's been confirmed to existBug that's been confirmed to existquestionFurther information is requestedFurther information is requested