diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-27 23:18:00 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-29 01:02:55 +0700 |
commit | d89094de010bbeae0646e3fb75f770a6b80e98e7 (patch) | |
tree | 8a79cf81baa86cc976a3591715a60565635eaee2 /system/kfc/kfc.1 | |
parent | de897bc0b45c42c849e8b9363703f676ceffa0d1 (diff) |
system/kfc: Added (terminal-emulator color palette setter)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/kfc/kfc.1')
-rw-r--r-- | system/kfc/kfc.1 | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/system/kfc/kfc.1 b/system/kfc/kfc.1 new file mode 100644 index 0000000000000..081636a30c9bc --- /dev/null +++ b/system/kfc/kfc.1 @@ -0,0 +1,92 @@ +.\" Man page generated from reStructuredText. +. +.TH KFC 1 "2020-11-23" "0.1.2" "SlackBuilds.org" +.SH NAME +kfc \- terminal-emulator color palette setter +. +.nr rst2man-indent-level 0 +. +.de1 rstReportMargin +\\$1 \\n[an-margin] +level \\n[rst2man-indent-level] +level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] +- +\\n[rst2man-indent0] +\\n[rst2man-indent1] +\\n[rst2man-indent2] +.. +.de1 INDENT +.\" .rstReportMargin pre: +. RS \\$1 +. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] +. nr rst2man-indent-level +1 +.\" .rstReportMargin post: +.. +.de UNINDENT +. RE +.\" indent \\n[an-margin] +.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] +.nr rst2man-indent-level -1 +.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] +.in \\n[rst2man-indent\\n[rst2man-indent-level]]u +.. +.\" RST source for kfc(1) man page. Convert with: +. +.\" rst2man.py kfc.rst > kfc.1 +. +.\" rst2man.py comes from the SBo development/docutils package. +. +.\" converting from pod: +. +.\" s/B<\([^>]*\)>/**\1**/g +. +.\" s/I<\([^>]*\)>/*\1*/g +. +.SH SYNOPSIS +.sp +kfc [\fI\-L\fP] [\fI\-r\fP | \fI\-s palette\fP] [\fI\-l\fP | \fI\-p\fP | \fI\-v\fP] +.SH DESCRIPTION +.sp +This project was inspired by Dylan Arap\(aqs 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. +.SH OPTIONS +.INDENT 0.0 +.TP +.B \-L +Set light themes (modifier for \-s/\-r) +.TP +.B \-r +Select a random palette (dark theme by default) +.TP +.BI \-s \ palette +Select a palette (dark theme by default) +.TP +.B \-l +List all palettes (dark themes by default) +.TP +.B \-p +Print current palette +.TP +.B \-v +Show version information +.UNINDENT +.SH COPYRIGHT +.sp +See the file /usr/doc/kfc\-0.1.2/LICENSE for license information. +.SH AUTHORS +.sp +kfc was written by Michael Czigler. +.sp +This man page written for the SlackBuilds.org project +by B. Watson, and is licensed under the WTFPL. +.SH SEE ALSO +.sp +The kfc homepage: \fI\%https://github.com/mcpcpc/kfc\fP +.\" Generated by docutils manpage writer. +. |