From 69431019c6be6f080e6544bfdee698e4d9ac950b Mon Sep 17 00:00:00 2001 From: Cobalt Canon Date: Mon, 20 Dec 2021 13:23:55 +0100 Subject: [PATCH] pridecat: add page (#7555) --- pages/linux/pridecat.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/pridecat.md diff --git a/pages/linux/pridecat.md b/pages/linux/pridecat.md new file mode 100644 index 0000000000..a4aca28483 --- /dev/null +++ b/pages/linux/pridecat.md @@ -0,0 +1,24 @@ +# pridecat + +> Like cat but more colorful :). +> More information: . + +- Print the contents of a file in pride colors to the standard output: + +`pridecat {{file}}` + +- Print contents of a file in trans colors: + +`pridecat {{file}} --{{transgender|trans}}` + +- Alternate between lesbian and bisexual pride flags: + +`pridecat {{file}} --lesbian --bi` + +- Print contents of a file with the background colors changed: + +`pridecat {{file}} -b` + +- List directory contents in pride flag colors: + +`ls | pridecat --{{flag}}`