diff options
| author | EverythingWindows <[email protected]> | 2022-11-09 07:02:59 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-09 07:02:59 +0700 |
| commit | e2051f44b828b2347be216931377817efb2648d7 (patch) | |
| tree | 3d33d901c9a2718dc65b08038b85e427734749ad /ShiftOS-TheRevival/My Project | |
| parent | 680d108f072a4505ba6e2148d619bc8b6de6ad84 (diff) | |
| download | shiftos-therevival-old-e2051f44b828b2347be216931377817efb2648d7.tar.gz shiftos-therevival-old-e2051f44b828b2347be216931377817efb2648d7.tar.bz2 shiftos-therevival-old-e2051f44b828b2347be216931377817efb2648d7.zip | |
syncing man command
Diffstat (limited to 'ShiftOS-TheRevival/My Project')
| -rw-r--r-- | ShiftOS-TheRevival/My Project/Resources.Designer.vb | 79 | ||||
| -rw-r--r-- | ShiftOS-TheRevival/My Project/Resources.resx | 18 |
2 files changed, 97 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/My Project/Resources.Designer.vb b/ShiftOS-TheRevival/My Project/Resources.Designer.vb index 4631ae5..4565264 100644 --- a/ShiftOS-TheRevival/My Project/Resources.Designer.vb +++ b/ShiftOS-TheRevival/My Project/Resources.Designer.vb @@ -161,6 +161,32 @@ Namespace My.Resources End Property '''<summary> + ''' Looks up a localized string similar to Spawns a cow into the terminal and making it saying anything you typed in the terminal + ''' + '''[STRING] Words or sentences you want to say + ''' + '''example: cowsay ShiftOS is cool. + '''</summary> + Friend ReadOnly Property man_cowsay() As String + Get + Return ResourceManager.GetString("man_cowsay", resourceCulture) + End Get + End Property + + '''<summary> + ''' Looks up a localized string similar to Delete a file in the current directory + ''' + '''[FILENAME.EXT] Filename you want to remove + ''' + '''example: del junk.exe. + '''</summary> + Friend ReadOnly Property man_del() As String + Get + Return ResourceManager.GetString("man_del", resourceCulture) + End Get + End Property + + '''<summary> ''' Looks up a localized string similar to Displays all subdirectories and files that are in the current directory ''' '''example: dir. @@ -190,6 +216,19 @@ Namespace My.Resources End Property '''<summary> + ''' Looks up a localized string similar to Changes the existing hostname with a new one + ''' + '''[HOSTNAME] New hostname/computer name you decided + ''' + '''example: hostname ShiftPC. + '''</summary> + Friend ReadOnly Property man_hostname() As String + Get + Return ResourceManager.GetString("man_hostname", resourceCulture) + End Get + End Property + + '''<summary> ''' Looks up a localized string similar to Displays informations about current session of Terminal such as current time, current application, current user, and current codepoint ''' '''[OPTION] Option to do certain things regarding the Infobar @@ -307,6 +346,46 @@ Namespace My.Resources End Property '''<summary> + ''' Looks up a localized string similar to A simple text-editor for ShiftOS. + ''' + '''[FILENAME.TXT] Filename of the text you want to write + ''' + ''' It will open a blank text if the file is not existent + ''' Otherwise, it will open the file and fills the text with the file's content + ''' + '''example: textpad important.txt. + '''</summary> + Friend ReadOnly Property man_textpad() As String + Get + Return ResourceManager.GetString("man_textpad", resourceCulture) + End Get + End Property + + '''<summary> + ''' Looks up a localized string similar to Shows the time in the corresponding existed format + ''' + '''example: time. + '''</summary> + Friend ReadOnly Property man_time() As String + Get + Return ResourceManager.GetString("man_time", resourceCulture) + End Get + End Property + + '''<summary> + ''' Looks up a localized string similar to Changes the current username with a new one. + ''' + '''[USERNAME] New username you want to change to + ''' + '''example: username philip. + '''</summary> + Friend ReadOnly Property man_username() As String + Get + Return ResourceManager.GetString("man_username", resourceCulture) + End Get + End Property + + '''<summary> ''' Looks up a localized string similar to Displays current version of ShiftOS TheRevival. '''</summary> Friend ReadOnly Property man_ver() As String diff --git a/ShiftOS-TheRevival/My Project/Resources.resx b/ShiftOS-TheRevival/My Project/Resources.resx index 9359e8c..7b9b712 100644 --- a/ShiftOS-TheRevival/My Project/Resources.resx +++ b/ShiftOS-TheRevival/My Project/Resources.resx @@ -145,6 +145,12 @@ <data name="man_colors" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\resources\man manuals\colors.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> </data> + <data name="man_cowsay" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\resources\man manuals\cowsay.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> + </data> + <data name="man_del" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\resources\man manuals\del.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> + </data> <data name="man_dir" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\resources\man manuals\dir.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> </data> @@ -154,6 +160,9 @@ <data name="man_help" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\resources\man manuals\help.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> </data> + <data name="man_hostname" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\resources\man manuals\hostname.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> + </data> <data name="man_infobar" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\resources\man manuals\infobar.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> </data> @@ -184,6 +193,15 @@ <data name="man_shutdown" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\resources\man manuals\shutdown.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> </data> + <data name="man_textpad" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\resources\man manuals\textpad.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> + </data> + <data name="man_time" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\resources\man manuals\time.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> + </data> + <data name="man_username" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\resources\man manuals\username.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> + </data> <data name="man_ver" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\resources\man manuals\ver.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> </data> |
