feat: add cwd file matching to shell tab completion

This commit is contained in:
2026-06-17 07:58:41 +02:00
parent 4261212913
commit b922207f04
4 changed files with 86 additions and 5 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ int exec_external(const char* cmd, const char* args);
// ---- Tab completion (tabcompletion.cpp) ----
int get_completions(char* string, char** array, int arrayMax);
int get_completions(char* string, char** array, int arrayMax, char* cwd = nullptr, int volume_number = 0);
// ---- Shell builtins ----