From e2051f44b828b2347be216931377817efb2648d7 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Wed, 9 Nov 2022 07:02:59 +0700 Subject: syncing man command --- .../My Project/Resources.Designer.vb | 79 ++++++++++++++++++++++ ShiftOS-TheRevival/My Project/Resources.resx | 18 +++++ 2 files changed, 97 insertions(+) (limited to 'ShiftOS-TheRevival/My Project') 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 @@ -160,6 +160,32 @@ Namespace My.Resources End Get End Property + ''' + ''' 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. + ''' + Friend ReadOnly Property man_cowsay() As String + Get + Return ResourceManager.GetString("man_cowsay", resourceCulture) + End Get + End Property + + ''' + ''' 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. + ''' + Friend ReadOnly Property man_del() As String + Get + Return ResourceManager.GetString("man_del", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Displays all subdirectories and files that are in the current directory ''' @@ -189,6 +215,19 @@ Namespace My.Resources End Get End Property + ''' + ''' 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. + ''' + Friend ReadOnly Property man_hostname() As String + Get + Return ResourceManager.GetString("man_hostname", resourceCulture) + End Get + End Property + ''' ''' 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 ''' @@ -306,6 +345,46 @@ Namespace My.Resources End Get End Property + ''' + ''' 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. + ''' + Friend ReadOnly Property man_textpad() As String + Get + Return ResourceManager.GetString("man_textpad", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Shows the time in the corresponding existed format + ''' + '''example: time. + ''' + Friend ReadOnly Property man_time() As String + Get + Return ResourceManager.GetString("man_time", resourceCulture) + End Get + End Property + + ''' + ''' 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. + ''' + Friend ReadOnly Property man_username() As String + Get + Return ResourceManager.GetString("man_username", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Displays current version of ShiftOS TheRevival. ''' 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 @@ ..\resources\man manuals\colors.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + ..\resources\man manuals\cowsay.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\resources\man manuals\del.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + ..\resources\man manuals\dir.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 @@ -154,6 +160,9 @@ ..\resources\man manuals\help.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + ..\resources\man manuals\hostname.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + ..\resources\man manuals\infobar.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 @@ -184,6 +193,15 @@ ..\resources\man manuals\shutdown.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + ..\resources\man manuals\textpad.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\resources\man manuals\time.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\resources\man manuals\username.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + ..\resources\man manuals\ver.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 -- cgit v1.2.3