diff options
| author | EverythingWindows <[email protected]> | 2022-11-07 14:38:42 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-07 14:38:42 +0700 |
| commit | 01de8c6833444feeeef5729fd8ccf26ad11b9439 (patch) | |
| tree | 91f6ae1ec767cc7925b8e6203f1495b818d05efb /ShiftOS-TheRevival/My Project/Resources.Designer.vb | |
| parent | afd327f7b8a974fab0811ccc73ffc2174140d691 (diff) | |
| download | shiftos-therevival-old-01de8c6833444feeeef5729fd8ccf26ad11b9439.tar.gz shiftos-therevival-old-01de8c6833444feeeef5729fd8ccf26ad11b9439.tar.bz2 shiftos-therevival-old-01de8c6833444feeeef5729fd8ccf26ad11b9439.zip | |
Man and other optimization
Diffstat (limited to 'ShiftOS-TheRevival/My Project/Resources.Designer.vb')
| -rw-r--r-- | ShiftOS-TheRevival/My Project/Resources.Designer.vb | 89 |
1 files changed, 87 insertions, 2 deletions
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 '''<summary> - ''' Looks up a localized string similar to 0.2.2. + ''' Looks up a localized string similar to 0.2.3. '''</summary> Friend ReadOnly Property CurrentVersion() As String Get @@ -70,7 +70,12 @@ Namespace My.Resources End Property '''<summary> - ''' 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. '''</summary> Friend ReadOnly Property man_bc() As String Get @@ -79,6 +84,17 @@ Namespace My.Resources End Property '''<summary> + ''' Looks up a localized string similar to Changes directory to a selected one + ''' + ''' [DIRECTORY] Name of directory you want to enter. + '''</summary> + Friend ReadOnly Property man_cd() As String + Get + Return ResourceManager.GetString("man_cd", resourceCulture) + End Get + End Property + + '''<summary> ''' Looks up a localized string similar to Clears all contents of the terminal. '''</summary> Friend ReadOnly Property man_clear() As String @@ -97,6 +113,40 @@ Namespace My.Resources End Property '''<summary> + ''' 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. + '''</summary> + Friend ReadOnly Property man_color() As String + Get + Return ResourceManager.GetString("man_color", resourceCulture) + End Get + End Property + + '''<summary> + ''' Looks up a localized string similar to Display available colors for ShiftOS. + '''</summary> + Friend ReadOnly Property man_colors() As String + Get + Return ResourceManager.GetString("man_colors", 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. + '''</summary> + Friend ReadOnly Property man_dir() As String + Get + Return ResourceManager.GetString("man_dir", resourceCulture) + End Get + End Property + + '''<summary> ''' Looks up a localized string similar to Runs the 'Guess the Number' application.. '''</summary> Friend ReadOnly Property man_guess() As String @@ -128,6 +178,17 @@ Namespace My.Resources End Property '''<summary> + ''' Looks up a localized string similar to Creating a directory + ''' + '''[DIRECTORY] Any directory you want to create. + '''</summary> + Friend ReadOnly Property man_mkdir() As String + Get + Return ResourceManager.GetString("man_mkdir", resourceCulture) + End Get + End Property + + '''<summary> ''' Looks up a localized string similar to Prints a corresponding text entered in the command. '''</summary> Friend ReadOnly Property man_print() As String @@ -137,6 +198,17 @@ Namespace My.Resources End Property '''<summary> + ''' Looks up a localized string similar to Display any current directory navigated on ShiftOS + ''' + '''example: pwd. + '''</summary> + Friend ReadOnly Property man_pwd() As String + Get + Return ResourceManager.GetString("man_pwd", resourceCulture) + End Get + End Property + + '''<summary> ''' Looks up a localized string similar to Terminate ShiftOS session and re-running the session. '''</summary> Friend ReadOnly Property man_reboot() As String @@ -146,6 +218,19 @@ Namespace My.Resources End Property '''<summary> + ''' 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. + '''</summary> + Friend ReadOnly Property man_rmdir() As String + Get + Return ResourceManager.GetString("man_rmdir", resourceCulture) + End Get + End Property + + '''<summary> ''' Looks up a localized string similar to Command-line system information tool for ShiftOS '''Ported from Neofetch. '''</summary> |
