summaryrefslogtreecommitdiff
path: root/Components/ListDirectory/metadata.yml
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-11-28 17:31:34 +0100
committerMinteck <contact@minteck.org>2022-11-28 17:31:34 +0100
commit7923aa8942b55884320ef2428417e3ee4b121613 (patch)
tree7993632f2898b1998f25b11ce40a8d2eb3d44730 /Components/ListDirectory/metadata.yml
downloadmistyos-og-mane.tar.gz
mistyos-og-mane.tar.bz2
mistyos-og-mane.zip
Initial commitHEADmane
Diffstat (limited to 'Components/ListDirectory/metadata.yml')
-rw-r--r--Components/ListDirectory/metadata.yml40
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