aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/Resources
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-04 08:56:41 +0700
committerEverythingWindows <[email protected]>2022-11-04 08:56:41 +0700
commitcd741c3850b861c48fbb2a8e51f1189fb006b935 (patch)
treeee348d0f05a2f6a1f37ef563080bc70d1af9adff /ShiftOS-TheRevival/Resources
parent37df7b5fd4830b6f508acf7bac13a4fa8d5bb5f4 (diff)
downloadshiftos-therevival-old-cd741c3850b861c48fbb2a8e51f1189fb006b935.tar.gz
shiftos-therevival-old-cd741c3850b861c48fbb2a8e51f1189fb006b935.tar.bz2
shiftos-therevival-old-cd741c3850b861c48fbb2a8e51f1189fb006b935.zip
Terminal Display Driver added, migrating Shiftorium functions into Module
Diffstat (limited to 'ShiftOS-TheRevival/Resources')
-rw-r--r--ShiftOS-TheRevival/Resources/man Manuals/guess.txt1
-rw-r--r--ShiftOS-TheRevival/Resources/man Manuals/help.txt1
-rw-r--r--ShiftOS-TheRevival/Resources/man Manuals/man.txt5
-rw-r--r--ShiftOS-TheRevival/Resources/man Manuals/print.txt1
-rw-r--r--ShiftOS-TheRevival/Resources/man Manuals/shiftorium.txt10
-rw-r--r--ShiftOS-TheRevival/Resources/man Manuals/shutdown.txt1
-rw-r--r--ShiftOS-TheRevival/Resources/man Manuals/ver.txt1
7 files changed, 20 insertions, 0 deletions
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