diff options
| author | EverythingWindows <[email protected]> | 2022-11-07 14:38:42 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-07 14:38:42 +0700 |
| commit | 01de8c6833444feeeef5729fd8ccf26ad11b9439 (patch) | |
| tree | 91f6ae1ec767cc7925b8e6203f1495b818d05efb /ShiftOS-TheRevival/Resources | |
| parent | afd327f7b8a974fab0811ccc73ffc2174140d691 (diff) | |
| download | shiftos-therevival-old-01de8c6833444feeeef5729fd8ccf26ad11b9439.tar.gz shiftos-therevival-old-01de8c6833444feeeef5729fd8ccf26ad11b9439.tar.bz2 shiftos-therevival-old-01de8c6833444feeeef5729fd8ccf26ad11b9439.zip | |
Man and other optimization
Diffstat (limited to 'ShiftOS-TheRevival/Resources')
7 files changed, 24 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/Resources/man Manuals/cd.txt b/ShiftOS-TheRevival/Resources/man Manuals/cd.txt new file mode 100644 index 0000000..daa7fb1 --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/cd.txt @@ -0,0 +1,3 @@ + Changes directory to a selected one + + [DIRECTORY] Name of directory you want to enter
\ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/color.txt b/ShiftOS-TheRevival/Resources/man Manuals/color.txt new file mode 100644 index 0000000..03de49f --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/color.txt @@ -0,0 +1,6 @@ +Changes Background and Foreground color to a specific two Hexadecimal value + +[BG] Color for Terminal Background +[FG] Color for Terminal Foreground such as text + +example: color 02
\ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/colors.txt b/ShiftOS-TheRevival/Resources/man Manuals/colors.txt new file mode 100644 index 0000000..045e4f1 --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/colors.txt @@ -0,0 +1 @@ +Display available colors for ShiftOS
\ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/dir.txt b/ShiftOS-TheRevival/Resources/man Manuals/dir.txt new file mode 100644 index 0000000..feb0665 --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/dir.txt @@ -0,0 +1,3 @@ +Displays all subdirectories and files that are in the current directory + +example: dir
\ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/mkdir.txt b/ShiftOS-TheRevival/Resources/man Manuals/mkdir.txt new file mode 100644 index 0000000..f2c2322 --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/mkdir.txt @@ -0,0 +1,3 @@ +Creating a directory + +[DIRECTORY] Any directory you want to create
\ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/pwd.txt b/ShiftOS-TheRevival/Resources/man Manuals/pwd.txt new file mode 100644 index 0000000..1fb1006 --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/pwd.txt @@ -0,0 +1,3 @@ +Display any current directory navigated on ShiftOS + +example: pwd
\ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/rmdir.txt b/ShiftOS-TheRevival/Resources/man Manuals/rmdir.txt new file mode 100644 index 0000000..f27511a --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/rmdir.txt @@ -0,0 +1,5 @@ +Deleting a directory if there is no file present + +[DIRECTORY] Any directory you want to remove + +example: rmdir Windows
\ No newline at end of file |
