A high-compatibility version of Pride
Find a file
2024-07-09 14:00:38 -04:00
man created manual 2024-07-02 09:59:13 -04:00
.gitignore added justfile for build recipe 2024-03-22 22:25:07 -04:00
basic.c minor cleanup and usability improvement 2024-07-09 14:00:38 -04:00
basic.h created draw function to reduce string section size 2024-03-22 23:52:46 -04:00
draw.c adjust lesbian flag colors 2024-03-23 11:48:09 -04:00
draw.h adjust lesbian flag colors 2024-03-23 11:48:09 -04:00
full.c minor cleanup and usability improvement 2024-07-09 14:00:38 -04:00
full.h created draw function to reduce string section size 2024-03-22 23:52:46 -04:00
justfile fixed build recipe not using -s flag 2024-03-23 12:35:07 -04:00
main.c minor cleanup and usability improvement 2024-07-09 14:00:38 -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.