2023-06-19 17:24:57 -04:00
|
|
|
|
|
|
|
# Pride! for the terminal
|
|
|
|
|
|
|
|
A Rust utility to display pride flags in the terminal.
|
|
|
|
|
2023-06-19 17:54:34 -04:00
|
|
|
**This project is under heavy construction! It is subject to major structural and
|
|
|
|
architectural changes. There are no issues with functionality, but I am not
|
|
|
|
satisfied with the current state of the project. The software is usable, but I will
|
|
|
|
continue to refer to it as pre-release until I am happy with it.**
|
|
|
|
|
2023-06-19 17:24:57 -04:00
|
|
|
Currently supports a variety of stripe flags.
|
|
|
|
|
2023-06-19 18:01:06 -04:00
|
|
|
## "Complex" Flag Branch
|
|
|
|
|
|
|
|
This branch adds "complex" flags that require a little more effort to render than
|
|
|
|
iterating over an array of colors. Currently, the branch aims to add the following
|
|
|
|
flags:
|
|
|
|
- Progress: 2018 rainbow pride flag with black and brown and transgender flag chevrons
|
|
|
|
- Aro/Ace: side-by-side aromantic and asexual combination flag
|
|
|
|
- Intersex: a yellow flag with a purple circle
|
|
|
|
- Polyamorous: three-stripe flag with an isosceles triangle cut-in and a heart
|
2023-06-19 17:24:57 -04:00
|
|
|
|