pridecat icon indicating copy to clipboard operation
pridecat copied to clipboard

🏳️‍🌈 Like cat but more colorful! ✨

Results 11 pridecat issues
Sort by recently updated
recently updated
newest added

It would be nice to have an option, which would randomly select one of the many flags available.

For example ![2021-04-26-070008_1858x998_scrot](https://user-images.githubusercontent.com/14114749/116078608-6fedf580-a65c-11eb-82cb-eeb9784ad301.png) I have this feature done and can pr it if it's a good idea

i figured out a way to do it reliably using the "Erase in Line" control code but i've currently only implemented it as a [standalone C program in my fork](https://github.com/landfillbaby/pridecat/blob/5edea856ac5df702ab1e91db33e3e49ba72c143a/pridebg-lite-trans-bi.c)...

Current situation & proposed fix: ![Screenshot from 2020-06-19 15-16-31 cleaned](https://user-images.githubusercontent.com/1260687/85136509-046b1880-b240-11ea-87d3-37a334ef9d38.png)

It would be a useful addition to be able to control how a flag can be stretched. For example, `--pan -n 1` would hit three lines and repeat, whereas `--pan...

enhancement

Changes: - Updated to C++ 17 (for std::variant to allow for 1D and 2D flag definitions) - Added 2D Flag definitions ( issue #38 ) - Added Flag stretching (...

I'd love to have a way to define flags that are more complex than just stripes (e.g. the progress pride flag). I have created this feature on a fork so...