From 5ef55e6fc44ddb75672469a9403e49702bc27753 Mon Sep 17 00:00:00 2001 From: Roman Rodriguez Date: Mon, 25 Jun 2018 13:58:24 -0500 Subject: [PATCH] neofetch: add page (#2147) --- pages/common/neofetch.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/common/neofetch.md diff --git a/pages/common/neofetch.md b/pages/common/neofetch.md new file mode 100644 index 000000000..2a9d52b9d --- /dev/null +++ b/pages/common/neofetch.md @@ -0,0 +1,19 @@ +# neofetch + +> CLI tool to display information about your operating system, software and hardware. + +- Return the default config, and create it if it's the first time the program runs: + +`neofetch` + +- Trigger an info line from appearing in the output, where 'infoname' is the function name in the config file, e.g. memory: + +`neofetch --{{enable|disable}} {{infoname}}` + +- Hide/Show OS architecture: + +`neofetch --os_arch {{on|off}}` + +- Enable/Disable CPU brand in output: + +`neofetch --cpu_brand {{on|off}}`