From cd741c3850b861c48fbb2a8e51f1189fb006b935 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Fri, 4 Nov 2022 08:56:41 +0700 Subject: Terminal Display Driver added, migrating Shiftorium functions into Module --- ShiftOS-TheRevival/Resources/man Manuals/guess.txt | 1 + ShiftOS-TheRevival/Resources/man Manuals/help.txt | 1 + ShiftOS-TheRevival/Resources/man Manuals/man.txt | 5 +++++ ShiftOS-TheRevival/Resources/man Manuals/print.txt | 1 + ShiftOS-TheRevival/Resources/man Manuals/shiftorium.txt | 10 ++++++++++ ShiftOS-TheRevival/Resources/man Manuals/shutdown.txt | 1 + ShiftOS-TheRevival/Resources/man Manuals/ver.txt | 1 + 7 files changed, 20 insertions(+) create mode 100644 ShiftOS-TheRevival/Resources/man Manuals/guess.txt create mode 100644 ShiftOS-TheRevival/Resources/man Manuals/help.txt create mode 100644 ShiftOS-TheRevival/Resources/man Manuals/man.txt create mode 100644 ShiftOS-TheRevival/Resources/man Manuals/print.txt create mode 100644 ShiftOS-TheRevival/Resources/man Manuals/shiftorium.txt create mode 100644 ShiftOS-TheRevival/Resources/man Manuals/shutdown.txt create mode 100644 ShiftOS-TheRevival/Resources/man Manuals/ver.txt (limited to 'ShiftOS-TheRevival/Resources') diff --git a/ShiftOS-TheRevival/Resources/man Manuals/guess.txt b/ShiftOS-TheRevival/Resources/man Manuals/guess.txt new file mode 100644 index 0000000..dc73bed --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/guess.txt @@ -0,0 +1 @@ +Runs the 'Guess the Number' application. \ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/help.txt b/ShiftOS-TheRevival/Resources/man Manuals/help.txt new file mode 100644 index 0000000..ef319a2 --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/help.txt @@ -0,0 +1 @@ +Shows all commands available in the terminal and its brief explanation of action \ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/man.txt b/ShiftOS-TheRevival/Resources/man Manuals/man.txt new file mode 100644 index 0000000..53eb94f --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/man.txt @@ -0,0 +1,5 @@ +Shows up a manual on each corresponding command and its example of action + +[COMMAND] Any command that you want to get the manual for + +Example: man help \ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/print.txt b/ShiftOS-TheRevival/Resources/man Manuals/print.txt new file mode 100644 index 0000000..8a7d1d6 --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/print.txt @@ -0,0 +1 @@ +Prints a corresponding text entered in the command \ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/shiftorium.txt b/ShiftOS-TheRevival/Resources/man Manuals/shiftorium.txt new file mode 100644 index 0000000..8850656 --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/shiftorium.txt @@ -0,0 +1,10 @@ +A software center for upgrading features in ShiftOS + +[OPTION] Shiftorium execute mode +LIST Printing a list of available upgrade in ShiftOS +INFO Displays informations such as description, instruction, and example command +INSTALL Install the selected feature to ShiftOS (if the Codepoints are either equal or more to required) + +[featureName] Feature name + +Example: shiftorium install man, shiftorium info clear \ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/shutdown.txt b/ShiftOS-TheRevival/Resources/man Manuals/shutdown.txt new file mode 100644 index 0000000..f2d4f32 --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/shutdown.txt @@ -0,0 +1 @@ +Terminate ShiftOS session \ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/ver.txt b/ShiftOS-TheRevival/Resources/man Manuals/ver.txt new file mode 100644 index 0000000..286b302 --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/ver.txt @@ -0,0 +1 @@ +Displays current version of ShiftOS TheRevival \ No newline at end of file -- cgit v1.2.3