Compare commits
2 commits
4667091488
...
3c9623040f
Author | SHA1 | Date | |
---|---|---|---|
3c9623040f | |||
8d80b1bedc |
2 changed files with 47 additions and 1 deletions
2
main.c
2
main.c
|
@ -6,7 +6,7 @@
|
||||||
#include "basic.h"
|
#include "basic.h"
|
||||||
#include "full.h"
|
#include "full.h"
|
||||||
|
|
||||||
#define VERSION "0.0.1"
|
#define VERSION "0.0.2"
|
||||||
|
|
||||||
#define RESET "\x1b[0m"
|
#define RESET "\x1b[0m"
|
||||||
|
|
||||||
|
|
46
man/pride-c.6
Normal file
46
man/pride-c.6
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
.Dd $Mdocdate$
|
||||||
|
.Dt PRIDE-C 6
|
||||||
|
.Os
|
||||||
|
.Sh NAME
|
||||||
|
.Nm pride-c
|
||||||
|
.Nd shows pride flags in the terminal using ANSI color sequences.
|
||||||
|
.Sh SYNOPSIS
|
||||||
|
.Nm
|
||||||
|
.Op Ar flag
|
||||||
|
.Nm
|
||||||
|
.Op Fl -help | Fl -version
|
||||||
|
.Sh DESCRIPTION
|
||||||
|
.Nm
|
||||||
|
displays pride flags for reduced color terminals. Outputs 8- or 256-color flags depending on if
|
||||||
|
.Ev COLORTERM
|
||||||
|
is set. If no
|
||||||
|
.Ar flag
|
||||||
|
is provided,
|
||||||
|
.Nm
|
||||||
|
defaults to 'rainbow'. The following flags are implemented:
|
||||||
|
.Pp
|
||||||
|
.Bl -tag -compact
|
||||||
|
.It aroace, aro-ace
|
||||||
|
.It bisexual, bi
|
||||||
|
.It gay, mlm
|
||||||
|
.It lesbian, wlw
|
||||||
|
.It nonbinary, nb
|
||||||
|
.It pansexual, pan
|
||||||
|
.It transgender, trans
|
||||||
|
.El
|
||||||
|
.Sh ENVIRONMENT
|
||||||
|
.Bl -tag -width Ds
|
||||||
|
.It COLORTERM
|
||||||
|
Should be set by your terminal if it supports colors. If set,
|
||||||
|
.Nm
|
||||||
|
will use 256-color mode.
|
||||||
|
.Sh SEE ALSO
|
||||||
|
.Xr pride 6
|
||||||
|
.Sh HISTORY
|
||||||
|
.Nm
|
||||||
|
is a C port of
|
||||||
|
.Xr pride 6
|
||||||
|
made for reduced color terminals and embedded systems.
|
||||||
|
.Sh AUTHORS
|
||||||
|
.An -nosplit
|
||||||
|
.An Valerie Wolfe Aq Mt sleeplessval@gmail.com
|
Loading…
Reference in a new issue