diff options
Diffstat (limited to 'Components/ListDirectory/metadata.yml')
-rw-r--r-- | Components/ListDirectory/metadata.yml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Components/ListDirectory/metadata.yml b/Components/ListDirectory/metadata.yml new file mode 100644 index 0000000..431c999 --- /dev/null +++ b/Components/ListDirectory/metadata.yml @@ -0,0 +1,40 @@ +description: Lists files in the current or a select directory +internal: false + +aliases: + - ls + - dir + +manual: + summary: | + This command lists all files that exist in the specific directory, or the current working directory if not specified. + + parameters: + - name: All + description: Show hidden files (starting with . or system files) + required: false + + - name: Search + value: Query + description: Search for a specific file containing the query + required: false + + final: + name: Dir + description: The directory or directories to list files of + required: false + multiple: true + command: false + path: true + daemon: false + + examples: + - command: ListDirectory -All + description: List all the files in the current directory, including hidden files + + - command: ListDirectory / + description: List all the files in the root directory + + compatibility: + mistyos: '>=1.0.0' + kernel: '>=5.10.0'
\ No newline at end of file |