tldr/pages/linux/pridecat.md

25 lines
568 B
Markdown
Raw Normal View History

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