aboutsummaryrefslogtreecommitdiffstats
path: root/colorize.1
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2024-07-25 14:35:26 +0200
committerGravatar Steven Schubiger <stsc@refcnt.org> 2024-07-25 14:35:26 +0200
commit369e45fece49bb8487b8924a0851cc0ef8c6fbb8 (patch)
treed59932c0ba5c338e06490c3fab762836d16c1616 /colorize.1
parent743e75340d0882c7338eee51e03148984774a532 (diff)
downloadcolorize-369e45fece49bb8487b8924a0851cc0ef8c6fbb8.tar.gz
colorize-369e45fece49bb8487b8924a0851cc0ef8c6fbb8.tar.bz2
Add initial implementation of foreground color rainbow mode
Diffstat (limited to 'colorize.1')
-rw-r--r--colorize.17
1 files changed, 6 insertions, 1 deletions
diff --git a/colorize.1 b/colorize.1
index afa1f87..0f805fe 100644
--- a/colorize.1
+++ b/colorize.1
@@ -1,4 +1,4 @@
-.TH COLORIZE 1 "2019-09-01" "colorize v0.66" "User Commands"
+.TH COLORIZE 1 "2024-07-25" "colorize v0.66" "User Commands"
.SH NAME
colorize \- colorize text on terminal with ANSI escape sequences
.SH SYNOPSIS
@@ -49,6 +49,9 @@ text color to be excluded when selecting a random foreground color
.BR \-\-omit\-color\-empty
omit printing color escape sequences for empty lines
.TP
+.BR \-\-rainbow\-fg
+enable foreground color rainbow mode
+.TP
.BR \-h ", " \-\-help
show help screen and exit
.TP
@@ -76,6 +79,7 @@ attr = bold,underscore
color = magenta # favorite one
exclude-random = black
omit-color-empty = yes
+rainbow-fg = no
.fi
.RE
.RE
@@ -88,6 +92,7 @@ attr (values same as command-line option)
color (value same as command-line colors)
exclude-random (value same as command-line option)
omit-color-empty (yes/no)
+rainbow-fg (yes/no)
.fi
.RE
.RE