snakebite icon indicating copy to clipboard operation
snakebite copied to clipboard

autocompletion broken after nesting in a path that contains '='

Open kretes opened this issue 10 years ago • 2 comments

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

kretes avatar Nov 16 '15 12:11 kretes

Does snakebite ls /projects/project=A/ work though? or do you escape the = character?

wouterdebie avatar Jan 25 '16 23:01 wouterdebie

it works without escaping

kretes avatar May 19 '16 16:05 kretes