I've found a bug/quirk with the autocompletion that is quite annoying.
When I (for example) type cat, it suggests a list of possible options and files. But when I start typing a path like cat /etc/, Upterm keeps suggesting options instead of possible directories/paths.
This is how it's designed:
In this case I would only expect the files in the corresponding folder:
When I know that there's only one file in the directory, I automatically press TAB, which causes the following non-existant path:
Hi,
I've found a bug/quirk with the autocompletion that is quite annoying.
When I (for example) type
cat
, it suggests a list of possible options and files. But when I start typing a path likecat /etc/
, Upterm keeps suggesting options instead of possible directories/paths.This is how it's designed:
In this case I would only expect the files in the corresponding folder:
When I know that there's only one file in the directory, I automatically press
TAB
, which causes the following non-existant path: