You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fastfetch is a [neofetch](https://github.com/dylanaraps/neofetch)-like tool for fetching system information and displaying them in a pretty way. It is written mainly in C, with performance and customizability in mind. Currently, Linux, Android, FreeBSD, MacOS and Windows 7+ are supported.
Copy file name to clipboardExpand all lines: src/data/help.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Informative options:
19
19
20
20
General options:
21
21
--load-config <file>: Load a config file or preset (+)
22
+
--config <file>: Alias of --load-config (+)
22
23
--multithreading <?value>: Use multiple threads to detect values
23
24
--stat <?value>: Show time usage (in ms) for individual modules
24
25
--allow-slow-operations <?value>: Allow operations that are usually very slow for more detailed output
@@ -70,6 +71,7 @@ Display options:
70
71
--hide-cursor <?value>: Whether to hide the cursor during the run
71
72
--binary-prefix <value>: Set the binary prefix to used. Must be IEC, SI or JEDEC. Default is IEC
72
73
--percent-type <value>: Set the percentage output type. 1 for percentage number, 2 for bar, 3 for both, 6 for bar only, 9 for colored number. Default is 1
74
+
--percent-ndigits <value>: Set the number of digits to keep after the decimal point when formatting percentage numbers. Default is 0
73
75
--bar-char-elapsed <str>: Set the character to use in elapsed part. Default is '■'
74
76
--bar-char-total <str>: Set the character to use in total part. Default is '-'
75
77
--bar-width <?num>: Set the width of the bar, in number of characters. Default is 10
0 commit comments