mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 13:35:24 +02:00
pridecat: add page (#7555)
This commit is contained in:
parent
6cc93f4302
commit
69431019c6
1 changed files with 24 additions and 0 deletions
24
pages/linux/pridecat.md
Normal file
24
pages/linux/pridecat.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# pridecat
|
||||
|
||||
> Like cat but more colorful :).
|
||||
> More information: <https://github.com/lunasorcery/pridecat>.
|
||||
|
||||
- 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}}`
|
Loading…
Add table
Reference in a new issue