From a7f0c0b6330437f7774f9c741f90836d3f45af0a Mon Sep 17 00:00:00 2001 From: Rolv Apneseth Date: Mon, 10 Jul 2023 07:23:56 +0100 Subject: [PATCH] macchina: add page (#10465) * macchina: add page --------- Co-authored-by: K.B.Dharun Krishna Co-authored-by: Jack Lin --- pages/common/macchina.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/macchina.md diff --git a/pages/common/macchina.md b/pages/common/macchina.md new file mode 100644 index 0000000000..22cd74a873 --- /dev/null +++ b/pages/common/macchina.md @@ -0,0 +1,24 @@ +# macchina + +> Display information about your computer. +> More information: . + +- List out system information, with either default settings or those specified in your configuration file: + +`macchina` + +- Specify a custom configuration file path: + +`macchina --config {{path/to/configuration_file}}` + +- List system information, but lengthen uptime, shell and kernel output: + +`macchina --long-uptime --long-shell --long-kernel` + +- Check for any errors/system failures encountered when trying to fetch system information: + +`macchina --doctor` + +- List original artists of all the ASCII art: + +`macchina --ascii-artists`