Added some breaks in the commands.
parent
b1238040e8
commit
bec6df8e85
24
Commands.md
24
Commands.md
@ -64,9 +64,13 @@ Parameters:
|
|||||||
- newLocalPath: `string`
|
- newLocalPath: `string`
|
||||||
- The new directory to switch to (directory can be relative)
|
- The new directory to switch to (directory can be relative)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
#### `clear`
|
#### `clear`
|
||||||
Clears the shell buffer.
|
Clears the shell buffer.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
#### `compress`
|
#### `compress`
|
||||||
Compresses a file or folder into a given type.
|
Compresses a file or folder into a given type.
|
||||||
|
|
||||||
@ -82,6 +86,8 @@ Parameters:
|
|||||||
- The amount to compress the file.
|
- The amount to compress the file.
|
||||||
- Default Value: `Optimal`
|
- Default Value: `Optimal`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
#### `del`
|
#### `del`
|
||||||
Deletes a file or directory
|
Deletes a file or directory
|
||||||
|
|
||||||
@ -89,6 +95,8 @@ Parameters:
|
|||||||
- path: `string`
|
- path: `string`
|
||||||
- The file or directory to delete.
|
- The file or directory to delete.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
#### `dir`
|
#### `dir`
|
||||||
Lists every directory and file in the path given. This does not include subdirectories.
|
Lists every directory and file in the path given. This does not include subdirectories.
|
||||||
|
|
||||||
@ -97,6 +105,8 @@ Parameters:
|
|||||||
- The path to search.
|
- The path to search.
|
||||||
- Default Value: `.`
|
- Default Value: `.`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
#### `echo`
|
#### `echo`
|
||||||
Prints a given message.
|
Prints a given message.
|
||||||
|
|
||||||
@ -104,6 +114,8 @@ Parameters:
|
|||||||
- msg: `string`
|
- msg: `string`
|
||||||
- The message to print.
|
- The message to print.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
#### `exit`
|
#### `exit`
|
||||||
Exit the shell. Another name for [`quit`](#quit)
|
Exit the shell. Another name for [`quit`](#quit)
|
||||||
|
|
||||||
@ -112,6 +124,8 @@ Parameters:
|
|||||||
- The exit code to close with.
|
- The exit code to close with.
|
||||||
- Default Value: `0`
|
- Default Value: `0`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
#### `explorer`
|
#### `explorer`
|
||||||
Opens a given directory in File Explorer.
|
Opens a given directory in File Explorer.
|
||||||
|
|
||||||
@ -120,9 +134,13 @@ Parameters:
|
|||||||
- The path to open in File Explorer.
|
- The path to open in File Explorer.
|
||||||
- Default Value: `.`
|
- Default Value: `.`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
#### `history`
|
#### `history`
|
||||||
Prints the history of all reversable commands executed by the shell.
|
Prints the history of all reversable commands executed by the shell.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
#### `permdel`
|
#### `permdel`
|
||||||
Permanently deletes a file or directory
|
Permanently deletes a file or directory
|
||||||
|
|
||||||
@ -130,9 +148,13 @@ Parameters:
|
|||||||
- path: `string`
|
- path: `string`
|
||||||
- The path to permanently delete.
|
- The path to permanently delete.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
#### `srcmod`
|
#### `srcmod`
|
||||||
How about you find out for yourself.
|
How about you find out for yourself.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
#### `quit`
|
#### `quit`
|
||||||
Quit the shell.
|
Quit the shell.
|
||||||
|
|
||||||
@ -141,6 +163,8 @@ Parameters:
|
|||||||
- The exit code to close with.
|
- The exit code to close with.
|
||||||
- Default Value: `0`
|
- Default Value: `0`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
#### `undo`
|
#### `undo`
|
||||||
Undoes a command or commands in the history *that can be undone*.
|
Undoes a command or commands in the history *that can be undone*.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user