summaryrefslogtreecommitdiffstats
path: root/system/kfc/kfc.rst
blob: 2fa08b524cd1e8d7ac42ba9fe6b3b97aa84d01c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.. RST source for kfc(1) man page. Convert with:
..   rst2man.py kfc.rst > kfc.1
.. rst2man.py comes from the SBo development/docutils package.

.. |version| replace:: 0.1.2
.. |date| date::

.. converting from pod:
.. s/B<\([^>]*\)>/**\1**/g
.. s/I<\([^>]*\)>/*\1*/g

===
kfc
===

--------------------------------------
terminal-emulator color palette setter
--------------------------------------

:Manual section: 1
:Manual group: SlackBuilds.org
:Date: |date|
:Version: |version|

SYNOPSIS
========

kfc [*-L*] [*-r* | *-s palette*] [*-l* | *-p* | *-v*]

DESCRIPTION
===========

This project was inspired by Dylan Arap's POSIX shell script,
okpal, which utilizes 16 ANSI colors to control the color scheme
of existing terminal-emulator windows. This allows one to achieve
consistent colors across all terminal utilities and applications. This
application has similar functionality to okpal but is designed with
execution speed in mind. There are currently 300 light and dark color
palettes offered at this time that can be applied and quickly swapped
out for others.

OPTIONS
=======

-L          Set light themes (modifier for -s/-r)
-r          Select a random palette (dark theme by default)
-s palette  Select a palette (dark theme by default)
-l          List all palettes (dark themes by default)
-p          Print current palette
-v          Show version information

COPYRIGHT
=========

See the file /usr/doc/kfc-|version|/LICENSE for license information.

AUTHORS
=======

kfc was written by Michael Czigler.

This man page written for the SlackBuilds.org project
by B. Watson, and is licensed under the WTFPL.

SEE ALSO
========

The kfc homepage: https://github.com/mcpcpc/kfc