From c9918035ed6a5c6aaf139f77b7aa14c8f7bbb2b9 Mon Sep 17 00:00:00 2001 From: kojq <106934605+kojq@users.noreply.github.com> Date: Wed, 21 Dec 2022 03:31:23 -0500 Subject: [PATCH 1/8] Update help.txt --- src/data/help.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/data/help.txt b/src/data/help.txt index f6579cfde..84b44c77b 100644 --- a/src/data/help.txt +++ b/src/data/help.txt @@ -11,7 +11,7 @@ Informative options: --print-logos: show available logos and exits --print-config-system: prints the default system config and exits --print-config-user: prints the default user config and exits - --print-structure: prints the default stucture and exits + --print-structure: prints the default structure and exits General options: -r,--recache : generate new cached values @@ -20,7 +20,7 @@ General options: --multithreading : use multiple threads to detect values --stat : print time usage (in ms) for individual modules --allow-slow-operations : allow operations that are usually very slow for more detailed output - --escape-bedrock : on bedrock linux, sets if it should escape the bedrock jail or not + --escape-bedrock : on Bedrock Linux, sets if it should escape the bedrock jail or not --pipe : disable logo and all escape sequences Logo options: @@ -43,14 +43,14 @@ Logo options: Display options: -s,--structure : sets the structure of the fetch. Must be a colon separated list of keys. Use "fastfetch --list-modules" to see the ones available. - --color-keys : sers the color of the keys + --color-keys : sets the color of the keys --color-title : sets the color of the title -c,--color : sets the color of both the keys and the title --separator : sets the separator between key and value. Default is a colon with a space --set : hard set the value of a key --set-keyless : hard set the value of a key, but don't print the key or the separator - --show-errors : print occuring errors - --disable-linewrap : weather to disable linewrap during the run + --show-errors : print occurring errors + --disable-linewrap : weather to disable line wrap during the run --hide-cursor : weather to hide the cursor during the run --binary-prefix : sets the binary prefix to used. Must be IEC, SI or JEDEC. Default is IEC @@ -92,7 +92,7 @@ Library options: Set the path of a library to load Module specific options: --title-fqdn : Sets if the title should use fully qualified domain name. Default is false. --separator-string : Set the string printed by the separator module - --os-file : Set the path to the file containing OS informations + --os-file : Set the path to the file containing OS information --disk-folders : A colon (semicolon on Windows) separated list of folder paths for the disk output. Default is "/:/home" ("C:\\;D:\\ ..." on Windows) --disk-show-removable : Sets if removable volume should be printed. Default is true. --disk-show-hidden : Sets if hidden volumes should be printed. Default is false @@ -100,16 +100,16 @@ Module specific options: --cpu-temp : Detect and display CPU temperature if supported. Default is false --gpu-temp : Detect and display GPU temperature if supported. Default is false --battery-temp : Detect and display Battery temperature if supported. Default is false - --localip-show-ipv4 : Show ipv4 addresses in local ip module. Default is true - --localip-show-ipv6 : Show ipv6 addresses in local ip module. Default is false + --localip-show-ipv4 : Show IPv4 addresses in local ip module. Default is true + --localip-show-ipv6 : Show IPv6 addresses in local ip module. Default is false --localip-show-loop : Show loop back addresses (127.0.0.1) in local ip module. Default is false - --localip-name-prefix : Show ips with given name prefix only. Default is empty + --localip-name-prefix : Show IPs with given name prefix only. Default is empty --public-ip-timeout: Time in milliseconds to wait for the public ip server to respond. Default is disabled (0) --public-ip-url: The URL of public IP detection server to be used. --weather-timeout: Time in milliseconds to wait for the weather server to respond. Default is disabled (0) --weather-output-format: The output weather format to be used. It must be URI encoded. --player-name: The name of the player to use - --gl : Sets the opengl context creation library to use. Must be auto, egl, glx or osmesa. Default is auto + --gl : Sets the OpenGL context creation library to use. Must be auto, egl, glx or osmesa. Default is auto --percent-type : Sets the percentage output type. 1 for percentage number, 2 for bar, 3 for both. Default is 1 Parsing is not case sensitive. E.g. "--lib-PCI" is equal to "--Lib-Pci" From 89983a28b4ab0ad84d45fc16bcee8f1313d3ffd7 Mon Sep 17 00:00:00 2001 From: kojq <106934605+kojq@users.noreply.github.com> Date: Wed, 21 Dec 2022 03:44:48 -0500 Subject: [PATCH 2/8] Update help.txt --- src/data/help.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/help.txt b/src/data/help.txt index 84b44c77b..0a32ceafa 100644 --- a/src/data/help.txt +++ b/src/data/help.txt @@ -32,7 +32,7 @@ Logo options: --logo-padding : set the padding on the left and the right of the logo --logo-padding-left : set the padding on the left of the logo --logo-padding-right : set the padding on the right of the logo - --logo-print-remaining : weather to print the remaining logo, if it has more lines than modules to display + --logo-print-remaining : whether to print the remaining logo, if it has more lines than modules to display --file : short for --logo-type file --logo --file-raw : short for --logo-type file-raw --logo --data : short for --logo-type data --logo @@ -50,8 +50,8 @@ Display options: --set : hard set the value of a key --set-keyless : hard set the value of a key, but don't print the key or the separator --show-errors : print occurring errors - --disable-linewrap : weather to disable line wrap during the run - --hide-cursor : weather to hide the cursor during the run + --disable-linewrap : whether to disable line wrap during the run + --hide-cursor : whether to hide the cursor during the run --binary-prefix : sets the binary prefix to used. Must be IEC, SI or JEDEC. Default is IEC General module options: From 265b98311a86cfcb506ce16d18fd02fe06788dd7 Mon Sep 17 00:00:00 2001 From: kojq <106934605+kojq@users.noreply.github.com> Date: Wed, 21 Dec 2022 03:51:02 -0500 Subject: [PATCH 3/8] Update help.txt --- src/data/help.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/help.txt b/src/data/help.txt index 0a32ceafa..ce45ec2fc 100644 --- a/src/data/help.txt +++ b/src/data/help.txt @@ -20,7 +20,7 @@ General options: --multithreading : use multiple threads to detect values --stat : print time usage (in ms) for individual modules --allow-slow-operations : allow operations that are usually very slow for more detailed output - --escape-bedrock : on Bedrock Linux, sets if it should escape the bedrock jail or not + --escape-bedrock : whether to escape the bedrock jail on Bedrock Linux --pipe : disable logo and all escape sequences Logo options: From afe56a36c9dcf95a858e5a0dde5e20bacd4a8bda Mon Sep 17 00:00:00 2001 From: kojq <106934605+kojq@users.noreply.github.com> Date: Wed, 21 Dec 2022 03:52:16 -0500 Subject: [PATCH 4/8] Update help.txt --- src/data/help.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/help.txt b/src/data/help.txt index ce45ec2fc..f20ad0f25 100644 --- a/src/data/help.txt +++ b/src/data/help.txt @@ -20,7 +20,7 @@ General options: --multithreading : use multiple threads to detect values --stat : print time usage (in ms) for individual modules --allow-slow-operations : allow operations that are usually very slow for more detailed output - --escape-bedrock : whether to escape the bedrock jail on Bedrock Linux + --escape-bedrock : on Bedrock Linux, whether to escape the bedrock jail --pipe : disable logo and all escape sequences Logo options: From d5b3ae90561780d7a9a864535c5f410c87c8f631 Mon Sep 17 00:00:00 2001 From: kojq <106934605+kojq@users.noreply.github.com> Date: Wed, 21 Dec 2022 04:02:02 -0500 Subject: [PATCH 5/8] Update help.txt --- src/data/help.txt | 108 +++++++++++++++++++++++----------------------- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/src/data/help.txt b/src/data/help.txt index f20ad0f25..ff9b09926 100644 --- a/src/data/help.txt +++ b/src/data/help.txt @@ -1,68 +1,68 @@ Usage: fastfetch Informative options: - -h,--help: shows this message and exits - -h,--help : shows help for a specific command and exits - -v,--version: prints the version of fastfetch and exits - --list-logos: list available logos and exits - --list-modules: lists available modules and exits - --list-presets: list presets fastfetch knows about and exits. They can be loaded with --load-config. (+) - --list-features: list the supported features fastfetch was compiled with and exits. Mainly for development. - --print-logos: show available logos and exits - --print-config-system: prints the default system config and exits - --print-config-user: prints the default user config and exits - --print-structure: prints the default structure and exits + -h,--help: Show this message and exit + -h,--help : Show help for a specific command and exit + -v,--version: Print the version of fastfetch and exit + --list-logos: List available logos and exit + --list-modules: List available modules and exit + --list-presets: List presets fastfetch knows about and exit; they can be loaded with --load-config (+) + --list-features: List the supported features fastfetch was compiled with and exit (mainly for development) + --print-logos: Show available logos and exit + --print-config-system: Print the default system config and exit + --print-config-user: Print the default user config and exit + --print-structure: Print the default structure and exit General options: - -r,--recache : generate new cached values - --nocache : don't use cached values, but also don't overwrite existing ones - --load-config : load a config file or a preset (+) - --multithreading : use multiple threads to detect values - --stat : print time usage (in ms) for individual modules - --allow-slow-operations : allow operations that are usually very slow for more detailed output - --escape-bedrock : on Bedrock Linux, whether to escape the bedrock jail - --pipe : disable logo and all escape sequences + -r,--recache : Generate new cached values + --nocache : Don't use cached values, but also don't overwrite existing ones + --load-config : Load a config file or a preset (+) + --multithreading : Use multiple threads to detect values + --stat : Print time usage (in ms) for individual modules + --allow-slow-operations : Allow operations that are usually very slow for more detailed output + --escape-bedrock : On Bedrock Linux, whether to escape the bedrock jail + --pipe : Disable logo and all escape sequences Logo options: - -l,--logo : set the logo to use. The type is specified by --logo-type. If default: the name of a builtin logo or a path to a file - --logo-type : set the type of the logo given. Must be auto, builtin, file, file-raw, data, data-raw, sixel, kitty or chafa. - --logo-width : set the width of the logo (in characters), if it is an image - --logo-height : set the height of the logo (in characters), if it is an image - --logo-color-[1-9] : overwrite a color in the logo - --logo-padding : set the padding on the left and the right of the logo - --logo-padding-left : set the padding on the left of the logo - --logo-padding-right : set the padding on the right of the logo - --logo-print-remaining : whether to print the remaining logo, if it has more lines than modules to display - --file : short for --logo-type file --logo - --file-raw : short for --logo-type file-raw --logo - --data : short for --logo-type data --logo - --data-raw : short for --logo-type data-raw --logo - --sixel : short for --logo-type sixel --logo - --kitty : short for --logo-type kitty --logo - --chafa : short for --logo-type chafa --logo + -l,--logo : Set the logo to use. The type is specified by --logo-type. If default: the name of a builtin logo or a path to a file + --logo-type : Set the type of the logo given. Must be auto, builtin, file, file-raw, data, data-raw, sixel, kitty or chafa. + --logo-width : Set the width of the logo (in characters), if it is an image + --logo-height : Set the height of the logo (in characters), if it is an image + --logo-color-[1-9] : Overwrite a color in the logo + --logo-padding : Set the padding on the left and the right of the logo + --logo-padding-left : Set the padding on the left of the logo + --logo-padding-right : Set the padding on the right of the logo + --logo-print-remaining : Whether to print the remaining logo, if it has more lines than modules to display + --file : Short for --logo-type file --logo + --file-raw : Short for --logo-type file-raw --logo + --data : Short for --logo-type data --logo + --data-raw : Short for --logo-type data-raw --logo + --sixel : Short for --logo-type sixel --logo + --kitty : Short for --logo-type kitty --logo + --chafa : Short for --logo-type chafa --logo Display options: - -s,--structure : sets the structure of the fetch. Must be a colon separated list of keys. Use "fastfetch --list-modules" to see the ones available. - --color-keys : sets the color of the keys - --color-title : sets the color of the title - -c,--color : sets the color of both the keys and the title - --separator : sets the separator between key and value. Default is a colon with a space - --set : hard set the value of a key - --set-keyless : hard set the value of a key, but don't print the key or the separator - --show-errors : print occurring errors - --disable-linewrap : whether to disable line wrap during the run - --hide-cursor : whether to hide the cursor during the run - --binary-prefix : sets the binary prefix to used. Must be IEC, SI or JEDEC. Default is IEC + -s,--structure : Set the structure of the fetch. Must be a colon separated list of keys. Use "fastfetch --list-modules" to see the ones available. + --color-keys : Set the color of the keys + --color-title : Set the color of the title + -c,--color : Set the color of both the keys and title + --separator : Set the separator between key and value. Default is a colon with a space + --set : Hard set the value of a key + --set-keyless : Hard set the value of a key, but don't print the key or the separator + --show-errors : Print occurring errors + --disable-linewrap : Whether to disable line wrap during the run + --hide-cursor : Whether to hide the cursor during the run + --binary-prefix : Set the binary prefix to used. Must be IEC, SI or JEDEC. Default is IEC General module options: - ---format : Sets the format string to use for each specific module. + ---format : Set the format string to use for each specific module. To see how a format string works, use fastfetch --help format. To see help about a specific format string, use fastfetch --help -format. - ---key : Sets the key to use for each specific module. + ---key : Set the key to use for each specific module. For modules which print multiple lines, the string is parsed as a format string with the index as first character. - ---error : Sets the error format string to use for each specific module. + ---error : Set the error format string to use for each specific module. The error is given as the first and only argument. Setting this for a module will cause it to appear, even if --show-errors is not given. @@ -90,12 +90,12 @@ Library options: Set the path of a library to load --lib-cjson Module specific options: - --title-fqdn : Sets if the title should use fully qualified domain name. Default is false. + --title-fqdn : Set if the title should use fully qualified domain name. Default is false. --separator-string : Set the string printed by the separator module --os-file : Set the path to the file containing OS information --disk-folders : A colon (semicolon on Windows) separated list of folder paths for the disk output. Default is "/:/home" ("C:\\;D:\\ ..." on Windows) - --disk-show-removable : Sets if removable volume should be printed. Default is true. - --disk-show-hidden : Sets if hidden volumes should be printed. Default is false + --disk-show-removable : Set if removable volume should be printed. Default is true. + --disk-show-hidden : Set if hidden volumes should be printed. Default is false --battery-dir : The directory where the battery folders are. Standard: /sys/class/power_supply/ --cpu-temp : Detect and display CPU temperature if supported. Default is false --gpu-temp : Detect and display GPU temperature if supported. Default is false @@ -109,8 +109,8 @@ Module specific options: --weather-timeout: Time in milliseconds to wait for the weather server to respond. Default is disabled (0) --weather-output-format: The output weather format to be used. It must be URI encoded. --player-name: The name of the player to use - --gl : Sets the OpenGL context creation library to use. Must be auto, egl, glx or osmesa. Default is auto - --percent-type : Sets the percentage output type. 1 for percentage number, 2 for bar, 3 for both. Default is 1 + --gl : Set the OpenGL context creation library to use. Must be auto, egl, glx or osmesa. Default is auto + --percent-type : Set the percentage output type. 1 for percentage number, 2 for bar, 3 for both. Default is 1 Parsing is not case sensitive. E.g. "--lib-PCI" is equal to "--Lib-Pci" If a value starts with a ?, it is optional. "true" will be used if not set. From 620adc0ec65feece0bfde1b312d19174050171bc Mon Sep 17 00:00:00 2001 From: kojq <106934605+kojq@users.noreply.github.com> Date: Wed, 21 Dec 2022 04:10:33 -0500 Subject: [PATCH 6/8] Update help.txt --- src/data/help.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/data/help.txt b/src/data/help.txt index ff9b09926..421eda98f 100644 --- a/src/data/help.txt +++ b/src/data/help.txt @@ -14,9 +14,7 @@ Informative options: --print-structure: Print the default structure and exit General options: - -r,--recache : Generate new cached values - --nocache : Don't use cached values, but also don't overwrite existing ones - --load-config : Load a config file or a preset (+) + --load-config : Load a config file or preset (+) --multithreading : Use multiple threads to detect values --stat : Print time usage (in ms) for individual modules --allow-slow-operations : Allow operations that are usually very slow for more detailed output @@ -24,8 +22,8 @@ General options: --pipe : Disable logo and all escape sequences Logo options: - -l,--logo : Set the logo to use. The type is specified by --logo-type. If default: the name of a builtin logo or a path to a file - --logo-type : Set the type of the logo given. Must be auto, builtin, file, file-raw, data, data-raw, sixel, kitty or chafa. + -l,--logo : Set the logo; if default, the name of a builtin logo or a path to a file + --logo-type : Set the type of the logo given; must be auto, builtin, file, file-raw, data, data-raw, sixel, kitty or chafa --logo-width : Set the width of the logo (in characters), if it is an image --logo-height : Set the height of the logo (in characters), if it is an image --logo-color-[1-9] : Overwrite a color in the logo @@ -52,7 +50,7 @@ Display options: --show-errors : Print occurring errors --disable-linewrap : Whether to disable line wrap during the run --hide-cursor : Whether to hide the cursor during the run - --binary-prefix : Set the binary prefix to used. Must be IEC, SI or JEDEC. Default is IEC + --binary-prefix : Set the binary prefix to used. Must be IEC, SI or JEDEC. Default is IEC. General module options: ---format : Set the format string to use for each specific module. From a247a8d6babce405c068e50a651b72bd274ff8b8 Mon Sep 17 00:00:00 2001 From: kojq <106934605+kojq@users.noreply.github.com> Date: Wed, 21 Dec 2022 04:23:57 -0500 Subject: [PATCH 7/8] Update help.txt --- src/data/help.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/data/help.txt b/src/data/help.txt index 421eda98f..bdd65c4e8 100644 --- a/src/data/help.txt +++ b/src/data/help.txt @@ -1,22 +1,22 @@ Usage: fastfetch Informative options: - -h,--help: Show this message and exit - -h,--help : Show help for a specific command and exit - -v,--version: Print the version of fastfetch and exit - --list-logos: List available logos and exit - --list-modules: List available modules and exit - --list-presets: List presets fastfetch knows about and exit; they can be loaded with --load-config (+) - --list-features: List the supported features fastfetch was compiled with and exit (mainly for development) - --print-logos: Show available logos and exit - --print-config-system: Print the default system config and exit - --print-config-user: Print the default user config and exit - --print-structure: Print the default structure and exit + -h,--help: Show this message + -h,--help : Show help for a specific command + -v,--version: Show the version of fastfetch + --list-logos: List available logos + --list-modules: List available modules + --list-presets: List presets fastfetch knows about; they can be loaded with --load-config (+) + --list-features: List the supported features fastfetch was compiled with (mainly for development) + --print-logos: Print available logos + --print-config-system: Print the default system config + --print-config-user: Print the default user config + --print-structure: Print the default structure General options: --load-config : Load a config file or preset (+) --multithreading : Use multiple threads to detect values - --stat : Print time usage (in ms) for individual modules + --stat : Show time usage (in ms) for individual modules --allow-slow-operations : Allow operations that are usually very slow for more detailed output --escape-bedrock : On Bedrock Linux, whether to escape the bedrock jail --pipe : Disable logo and all escape sequences From bcc7b630aedf3330e2df2677b687ebc979904bff Mon Sep 17 00:00:00 2001 From: kojq <106934605+kojq@users.noreply.github.com> Date: Wed, 21 Dec 2022 04:38:28 -0500 Subject: [PATCH 8/8] Update help.txt --- src/data/help.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/help.txt b/src/data/help.txt index bdd65c4e8..a7a18a547 100644 --- a/src/data/help.txt +++ b/src/data/help.txt @@ -88,11 +88,11 @@ Library options: Set the path of a library to load --lib-cjson Module specific options: - --title-fqdn : Set if the title should use fully qualified domain name. Default is false. + --title-fqdn : Set if the title should use fully qualified domain name. Default is false --separator-string : Set the string printed by the separator module --os-file : Set the path to the file containing OS information --disk-folders : A colon (semicolon on Windows) separated list of folder paths for the disk output. Default is "/:/home" ("C:\\;D:\\ ..." on Windows) - --disk-show-removable : Set if removable volume should be printed. Default is true. + --disk-show-removable : Set if removable volume should be printed. Default is true --disk-show-hidden : Set if hidden volumes should be printed. Default is false --battery-dir : The directory where the battery folders are. Standard: /sys/class/power_supply/ --cpu-temp : Detect and display CPU temperature if supported. Default is false