From d7960cfa82fb9b5db1a9b51877e68fe3680f3e9a Mon Sep 17 00:00:00 2001 From: AnimiVulpis Date: Wed, 31 Oct 2018 22:00:56 +0100 Subject: [PATCH 1/2] lolcat: add page --- pages/common/lolcat.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/common/lolcat.md diff --git a/pages/common/lolcat.md b/pages/common/lolcat.md new file mode 100644 index 00000000000000..5ce22a0781aada --- /dev/null +++ b/pages/common/lolcat.md @@ -0,0 +1,19 @@ +# lolcat + +> Put a rainbow in everything you cat to console. + +- Print a file to console in rainbow colors: + +`lolcat {{path/to/file}}` + +- Print the result of a text producing command in rainbow colors: + +`{{fortune}} | lolcat` + +- Print a file to console with animated rainbow colors: + +`lolcat -a {{path/to/file}}` + +- Print a file to console with 24-bit (truecolor) rainbow colors: + +`lolcat -t {{path/to/file}}` From f7fa618e58c8150b5bf102fa4e6f435735a49f5a Mon Sep 17 00:00:00 2001 From: AnimiVulpis Date: Sun, 4 Nov 2018 10:46:29 +0100 Subject: [PATCH 2/2] lolcat: Resolve conversations - Put a `the` in front of `console` - Put the `cat` program in backticks --- pages/common/lolcat.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/common/lolcat.md b/pages/common/lolcat.md index 5ce22a0781aada..35980d4f8f6aea 100644 --- a/pages/common/lolcat.md +++ b/pages/common/lolcat.md @@ -1,19 +1,19 @@ # lolcat -> Put a rainbow in everything you cat to console. +> Put a rainbow in everything you `cat` to the console. -- Print a file to console in rainbow colors: +- Print a file to the console in rainbow colors: `lolcat {{path/to/file}}` -- Print the result of a text producing command in rainbow colors: +- Print the result of a text-producing command in rainbow colors: `{{fortune}} | lolcat` -- Print a file to console with animated rainbow colors: +- Print a file to the console with animated rainbow colors: `lolcat -a {{path/to/file}}` -- Print a file to console with 24-bit (truecolor) rainbow colors: +- Print a file to the console with 24-bit (truecolor) rainbow colors: `lolcat -t {{path/to/file}}`