WindTerm icon indicating copy to clipboard operation
WindTerm copied to clipboard

[Feature Request] Filer needs "auto completion"

Open pytkr opened this issue 2 years ago • 1 comments

Hello! Using this tool is awesome, however, navigation among folders is kind of blinding. Hope author add a new feature of folder path auto completion, then navigation will be like chrome search bar.

Another solution is to make file list from execution of ls or ll in terminal panel clickable with left and right button, because auto completion is already supported in terminal.

Thanks!

pytkr avatar Jun 29 '22 06:06 pytkr

Sorry for the late reply.

It is possible to provide auto-completion of paths, but it will not work well when the network latency is high, after all, the list of directories and files needs to be read from the server on the fly.

The second proposal is already planned, but the feature of obtaining the current working directory must be completed first, otherwise only knowing the file name is useless.

I will work on these features after the 2.5.0 version is released. Please stay tuned, thank you.

kingToolbox avatar Jul 11 '22 19:07 kingToolbox