readvtc

[discontinued] Reads values from /sys/module/vt/parameters/default_<color>
git clone https://noxz.tech/git/readvtc.git
Log | Files | LICENSE

readvtc.1
1.Dd $Mdocdate$
2.Dt READVTC 1
3.Os
4.Sh NAME
5.Nm readvtc
6.Nd read virtual terminal color
7.Sh SYNOPSIS
8.Nm
9.Op Ar number
10.Sh DESCRIPTION
11.Nm
12reads values from /sys/module/vt/parameters/default_<color> and prints the
13hex representations to STDOUT. A numeric value from 0 to 15 can be passed to the
14program to retrieve a specific color.
15.Sh OPTIONS
16.Bl -tag -width Ds
17.It Ar number
18Specifies a numeric index from 0 to 15, one of the 16 colors of the virtual
19terminal.
20.El