diff options
author | Minteck <contact@minteck.org> | 2022-11-28 17:31:34 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-11-28 17:31:34 +0100 |
commit | 7923aa8942b55884320ef2428417e3ee4b121613 (patch) | |
tree | 7993632f2898b1998f25b11ce40a8d2eb3d44730 /Components/ListDirectory/metadata.yml | |
download | mistyos-og-7923aa8942b55884320ef2428417e3ee4b121613.tar.gz mistyos-og-7923aa8942b55884320ef2428417e3ee4b121613.tar.bz2 mistyos-og-7923aa8942b55884320ef2428417e3ee4b121613.zip |
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 |