From 89b10e08cc15f06f951f5e9d0ab850944e91c46e Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Thu, 21 Jan 2016 22:13:41 -0500 Subject: [PATCH 1/3] archey: add page --- pages/osx/archey.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/osx/archey.md diff --git a/pages/osx/archey.md b/pages/osx/archey.md new file mode 100644 index 000000000..3d4495e98 --- /dev/null +++ b/pages/osx/archey.md @@ -0,0 +1,19 @@ +# archey + +> Simple tool for stylishly displaying system information. + +- Show system information in stylish output: + +`archey` + +- Show system information without colored output: + +`archey --nocolor` + +- Show system information, using MacPorts instead of Homebrew: + +`archey --macports` + +- Show system information without IP address check: + +`archey --offline` From 9f42786db637219b29862556d8786db7b62cc10b Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Thu, 21 Jan 2016 22:18:32 -0500 Subject: [PATCH 2/3] archey: add page Yes, this page by itslef is kind of pointless given the simplicity. I am adding `linux/archey.md` simply to correspond to `osx/archey.md` (the OS X port of archey _does_ in fact have a few flags) --- pages/linux/archey.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages/linux/archey.md diff --git a/pages/linux/archey.md b/pages/linux/archey.md new file mode 100644 index 000000000..297fcc661 --- /dev/null +++ b/pages/linux/archey.md @@ -0,0 +1,7 @@ +# archey + +> Simple tool for stylishly displaying system information. + +- Show system information: + +`archey` From 910cad302415c5f18447d2a13aaee85d396023a9 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Fri, 22 Jan 2016 11:21:09 -0500 Subject: [PATCH 3/3] archey: linux/osx wording consistency --- pages/osx/archey.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/osx/archey.md b/pages/osx/archey.md index 3d4495e98..a15250491 100644 --- a/pages/osx/archey.md +++ b/pages/osx/archey.md @@ -2,7 +2,7 @@ > Simple tool for stylishly displaying system information. -- Show system information in stylish output: +- Show system information: `archey`