2024-03-20 09:42:02 -04:00
|
|
|
|
|
|
|
# Pride! for the tty
|
|
|
|
|
2024-03-21 18:18:25 -04:00
|
|
|
A utility to display pride flags in 8- or 256- color terminals.
|
|
|
|
|
|
|
|
This is a C version of my [pride](https://git.vwolfe.io/valerie/pride) utility,
|
|
|
|
focused on compatibility.
|
|
|
|
|
|
|
|
## Goals
|
|
|
|
|
|
|
|
- Compatible: Runs, compiles, and correctly displays on almost anything.
|
|
|
|
- Low-dependency: Only uses the standard library.
|
|
|
|
- Small: Low compiled binary size.
|
2024-03-20 09:42:02 -04:00
|
|
|
|