Skip to content

Is there any way to list files in the current directory with double clicking TAB? #156

Answered by daniele77
csy19960309 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @csy19960309
currently, the library does not provide a way to customize autocompletion.
The autocompletion works only with commands and menus (i.e., just the command part of the line is autocompleted, not the parameters).
However, we can plan to add a new feature to the library: a new parameter type "file". When you provide a command with that parameter, the library should autocomplete the parameter with files on the current directory (bash style). The same with a parameter "directory".
In some way, this new feature will overlap a bit with issue #69.
I created a new issue anyway: #157

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@csy19960309
Comment options

@daniele77
Comment options

Answer selected by csy19960309
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #155 on August 25, 2022 08:49.