snakebite
snakebite copied to clipboard
autocompletion broken after nesting in a path that contains '='
When autocompleting snakebite ls it works up to a point where I go into a directory that contains '='
e.g. /projects/[tab] gives /projects/project=A/[tab] gives nothing although there are more things to autocomplete there. I think the problem is in '=' because this is the only new character I see when it stops working
using snakebite 2.7.2
Does snakebite ls /projects/project=A/ work though? or do you escape the = character?
it works without escaping