Enable file path autocompletion for /download and /open
This commit is contained in:
@@ -111,6 +111,8 @@ func NewCommandProcessor(parent *MainView) *CommandProcessor {
|
|||||||
"verify": autocompleteDevice,
|
"verify": autocompleteDevice,
|
||||||
"unverify": autocompleteDevice,
|
"unverify": autocompleteDevice,
|
||||||
"upload": autocompleteFile,
|
"upload": autocompleteFile,
|
||||||
|
"download": autocompleteFile,
|
||||||
|
"open": autocompleteFile,
|
||||||
"import": autocompleteFile,
|
"import": autocompleteFile,
|
||||||
"export": autocompleteFile,
|
"export": autocompleteFile,
|
||||||
"export-room": autocompleteFile,
|
"export-room": autocompleteFile,
|
||||||
|
Reference in New Issue
Block a user