From 8ca419d755494d54a880f3730d0d9513b2e1e985 Mon Sep 17 00:00:00 2001 From: Pranav Nedungadi <59979143+npv12@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:59:59 +0530 Subject: [PATCH] nitch: add page (#10917) * nitch: add page Signed-off-by: Pranav * chore: address comments * fix: address comments Signed-off-by: Pranav * Update pages/linux/nitch.md Co-authored-by: Juri Dispan --------- Signed-off-by: Pranav Co-authored-by: Juri Dispan --- pages/linux/nitch.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/nitch.md diff --git a/pages/linux/nitch.md b/pages/linux/nitch.md new file mode 100644 index 000000000..7cc1b9054 --- /dev/null +++ b/pages/linux/nitch.md @@ -0,0 +1,16 @@ +# nitch + +> A small and incredibly fast system fetch written fully in Nim. +> More information: . + +- Display system information (hostname, kernel, uptime, etc.): + +`nitch` + +- Display [h]elp: + +`nitch --help` + +- Display [v]ersion: + +`nitch --version`