mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 09:54:45 +00:00
Update cheatsheets
This commit is contained in:
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pridecat
|
||||
|
||||
> Like cat but more colorful :).
|
||||
> Like cat but more colorful.
|
||||
> More information: <https://github.com/lunasorcery/pridecat>.
|
||||
|
||||
- Print the contents of a file in pride colors to `stdout`:
|
||||
@@ -14,15 +14,15 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Print contents of a file in trans colors:
|
||||
|
||||
`pridecat {{path/to/file}} --{{transgender|trans}}`
|
||||
`pridecat {{path/to/file}} {{[--trans|--transgender]}}`
|
||||
|
||||
- Alternate between lesbian and bisexual pride flags:
|
||||
|
||||
`pridecat {{path/to/file}} --lesbian --bi`
|
||||
`pridecat {{path/to/file}} --lesbian {{[--bi|--bisexual]}}`
|
||||
|
||||
- Print contents of a file with the background colors changed:
|
||||
|
||||
`pridecat {{path/to/file}} -b`
|
||||
`pridecat {{path/to/file}} {{[-b|--background]}}`
|
||||
|
||||
- List directory contents in pride flag colors:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user