1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/pridecat.md

25 lines
605 B
Markdown
Raw Normal View History

2021-12-20 13:23:55 +01:00
# pridecat
> Like cat but more colorful.
2021-12-20 13:23:55 +01:00
> More information: <https://github.com/lunasorcery/pridecat>.
- Print the contents of a file in pride colors to `stdout`:
2021-12-20 13:23:55 +01:00
2022-12-04 10:12:49 +01:00
`pridecat {{path/to/file}}`
2021-12-20 13:23:55 +01:00
- Print contents of a file in trans colors:
`pridecat {{path/to/file}} {{[--trans|--transgender]}}`
2021-12-20 13:23:55 +01:00
- Alternate between lesbian and bisexual pride flags:
`pridecat {{path/to/file}} --lesbian {{[--bi|--bisexual]}}`
2021-12-20 13:23:55 +01:00
- Print contents of a file with the background colors changed:
`pridecat {{path/to/file}} {{[-b|--background]}}`
2021-12-20 13:23:55 +01:00
- List directory contents in pride flag colors:
`ls | pridecat --{{flag}}`