carapace
carapace copied to clipboard
compadd escapes tilde
compadd adds \
to tilde which breaks path completion
example action --files ~/<TAB>
# example action --files \~/
Either expand ~
to home dir or prevent compadd from escaping it when it is the first character.
best to disable escaping in compadd and just quote from within carapace