From 591dd1eb6ed6ab40fd394f3b9c39457d8fb56c69 Mon Sep 17 00:00:00 2001 From: Suyash Bhawsar Date: Mon, 26 Sep 2022 16:22:50 +0530 Subject: [PATCH] rfetch: add page (#8517) --- rfetch.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 rfetch.md diff --git a/rfetch.md b/rfetch.md new file mode 100644 index 0000000000..63af15f9dd --- /dev/null +++ b/rfetch.md @@ -0,0 +1,32 @@ +# rfetch + +> A configurable fetch program to output system information. +> More information: . + +- Display system information: + +`rfetch` + +- Display system [a]rchitecture: + +`rfetch -a` + +- Display system up[t]ime: + +`rfetch -t` + +- Display system [k]ernel: + +`rfetch -k` + +- Display system [c]PU: + +`rfetch -c` + +- Display Linux [D]istro: + +`rfetch -D` + +- View [d]esktop environment: + +`rfetch -d`