created manual
This commit is contained in:
parent
8d80b1bedc
commit
3c9623040f
1 changed files with 46 additions and 0 deletions
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