ishell icon indicating copy to clipboard operation
ishell copied to clipboard

Add filesystem support under tab completion

Open vshesha opened this issue 6 years ago • 1 comments

Thank you for this wonderful package. The following is an enhancement request. There are cases where we need to pass in the relative file path under certain commands.

Example: >>>mycmd file ../../file.txt

A bash style tab support that will validate and autocomplete file path will enhance the user experience.

vshesha avatar Feb 15 '19 17:02 vshesha

+1

I wanted to do a cd type of tab completion, I want not able to do it using the completer.

bharathshetty4 avatar Jul 26 '19 10:07 bharathshetty4