A high-compatibility version of Pride
Find a file
2024-03-21 18:18:25 -04:00
.gitignore switched from 8-color to 256-color 2024-03-21 12:29:17 -04:00
basic.c added gay (mlm) flag 2024-03-21 18:18:14 -04:00
basic.h added gay (mlm) flag 2024-03-21 18:18:14 -04:00
color.h major project restructure; new 256-color implementation 2024-03-21 17:01:59 -04:00
full.c added gay (mlm) flag 2024-03-21 18:18:14 -04:00
full.h added gay (mlm) flag 2024-03-21 18:18:14 -04:00
main.c added gay (mlm) flag 2024-03-21 18:18:14 -04:00
README.md updated README 2024-03-21 18:18:25 -04:00

Pride! for the tty

A utility to display pride flags in 8- or 256- color terminals.

This is a C version of my 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.