From 01de8c6833444feeeef5729fd8ccf26ad11b9439 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Mon, 7 Nov 2022 14:38:42 +0700 Subject: Man and other optimization --- .../My Project/Resources.Designer.vb | 89 +++++++++++++++++++++- ShiftOS-TheRevival/My Project/Resources.resx | 21 +++++ 2 files changed, 108 insertions(+), 2 deletions(-) (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 4fbfa71..d6f2a12 100644 --- a/ShiftOS-TheRevival/My Project/Resources.Designer.vb +++ b/ShiftOS-TheRevival/My Project/Resources.Designer.vb @@ -61,7 +61,7 @@ Namespace My.Resources End Property ''' - ''' Looks up a localized string similar to 0.2.2. + ''' Looks up a localized string similar to 0.2.3. ''' Friend ReadOnly Property CurrentVersion() As String Get @@ -70,7 +70,12 @@ Namespace My.Resources End Property ''' - ''' Looks up a localized string similar to A basic command-line tool for simple calculation.. + ''' Looks up a localized string similar to A basic command-line tool for simple calculation. + ''' + '''example: + '''5*5+5 + '''8-3 + '''44/2. ''' Friend ReadOnly Property man_bc() As String Get @@ -78,6 +83,17 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to Changes directory to a selected one + ''' + ''' [DIRECTORY] Name of directory you want to enter. + ''' + Friend ReadOnly Property man_cd() As String + Get + Return ResourceManager.GetString("man_cd", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Clears all contents of the terminal. ''' @@ -96,6 +112,40 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to 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. + ''' + Friend ReadOnly Property man_color() As String + Get + Return ResourceManager.GetString("man_color", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Display available colors for ShiftOS. + ''' + Friend ReadOnly Property man_colors() As String + Get + Return ResourceManager.GetString("man_colors", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Displays all subdirectories and files that are in the current directory + ''' + '''example: dir. + ''' + Friend ReadOnly Property man_dir() As String + Get + Return ResourceManager.GetString("man_dir", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Runs the 'Guess the Number' application.. ''' @@ -127,6 +177,17 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to Creating a directory + ''' + '''[DIRECTORY] Any directory you want to create. + ''' + Friend ReadOnly Property man_mkdir() As String + Get + Return ResourceManager.GetString("man_mkdir", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Prints a corresponding text entered in the command. ''' @@ -136,6 +197,17 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to Display any current directory navigated on ShiftOS + ''' + '''example: pwd. + ''' + Friend ReadOnly Property man_pwd() As String + Get + Return ResourceManager.GetString("man_pwd", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Terminate ShiftOS session and re-running the session. ''' @@ -145,6 +217,19 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to Deleting a directory if there is no file present + ''' + '''[DIRECTORY] Any directory you want to remove + ''' + '''example: rmdir Windows. + ''' + Friend ReadOnly Property man_rmdir() As String + Get + Return ResourceManager.GetString("man_rmdir", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Command-line system information tool for ShiftOS '''Ported from Neofetch. diff --git a/ShiftOS-TheRevival/My Project/Resources.resx b/ShiftOS-TheRevival/My Project/Resources.resx index 3f1ff97..33583f5 100644 --- a/ShiftOS-TheRevival/My Project/Resources.resx +++ b/ShiftOS-TheRevival/My Project/Resources.resx @@ -124,12 +124,24 @@ ..\resources\man manuals\bc.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + ..\resources\man manuals\cd.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + ..\resources\man manuals\clear.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 ..\resources\man manuals\codepoint.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + ..\resources\man manuals\color.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\resources\man manuals\colors.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 + ..\resources\man manuals\guess.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 @@ -139,12 +151,21 @@ ..\resources\man manuals\man.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + ..\resources\man manuals\mkdir.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + ..\resources\man manuals\print.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + ..\resources\man manuals\pwd.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + ..\resources\man manuals\reboot.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + ..\resources\man manuals\rmdir.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + ..\resources\man manuals\shiftfetch.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 -- cgit v1.2.3