From 7c04baad866cced3a3171af6bbe9f3ce5696db6f Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Wed, 19 Apr 2017 14:45:35 +0200 Subject: Document --attr --- colorize.1 | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'colorize.1') diff --git a/colorize.1 b/colorize.1 index 1862930..d6c8f05 100644 --- a/colorize.1 +++ b/colorize.1 @@ -1,10 +1,10 @@ -.TH COLORIZE 1 "2015-03-02" "colorize v0.60" "User Commands" +.TH COLORIZE 1 "2017-04-19" "colorize v0.60" "User Commands" .SH NAME colorize \- colorize text with escape sequences .SH SYNOPSIS -\fBcolorize\fR [\fIoption\fR] (\fIforeground\fR) [\fIfile\fR] +\fBcolorize\fR [\fIoption\fR]... (\fIforeground\fR) [\fIfile\fR] .PP -\fBcolorize\fR [\fIoption\fR] (\fIforeground\fR)/(\fIbackground\fR) [\fIfile\fR] +\fBcolorize\fR [\fIoption\fR]... (\fIforeground\fR)/(\fIbackground\fR) [\fIfile\fR] .PP \fBcolorize\fR \-\-clean[\-all] [\fIfile\fR] .PP @@ -28,6 +28,12 @@ were emitted by colorize (see NOTES for list), whereas \-\-clean\-all omits all valid ones. If in doubt, consider using \-\-clean\-all. .SH OPTIONS .TP +.BR \-\-attr=\fIATTR1,ATTR2,...\fR +set attributes by name +.RS +Currently: bold, underscore, blink, reverse and concealed. +.RE +.TP .BR \-\-clean clean text from color escape sequences emitted by colorize .TP @@ -48,7 +54,7 @@ as follows: .IP * 4 30-37,39 (foreground colors) .IP * 4 -1;30-37,39 (bold foreground colors) +1-9;30-37,39 (foreground colors with attributes) .IP * 4 40-47,49 (background colors) .IP * 4 -- cgit v1.2.3 From e04549722f3d1bdf44e84bb0db437b3e82abcef0 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Fri, 21 Apr 2017 19:34:48 +0200 Subject: Improve man page wording --- colorize.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colorize.1') diff --git a/colorize.1 b/colorize.1 index d6c8f05..a4cbba6 100644 --- a/colorize.1 +++ b/colorize.1 @@ -31,7 +31,7 @@ omits all valid ones. If in doubt, consider using \-\-clean\-all. .BR \-\-attr=\fIATTR1,ATTR2,...\fR set attributes by name .RS -Currently: bold, underscore, blink, reverse and concealed. +Attributes: bold, underscore, blink, reverse and concealed. .RE .TP .BR \-\-clean -- cgit v1.2.3 From 847a1b10725ce024bba24725355f89c3d005a55e Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Fri, 21 Apr 2017 20:00:22 +0200 Subject: Amend man page date --- colorize.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colorize.1') diff --git a/colorize.1 b/colorize.1 index a4cbba6..de53070 100644 --- a/colorize.1 +++ b/colorize.1 @@ -1,4 +1,4 @@ -.TH COLORIZE 1 "2017-04-19" "colorize v0.60" "User Commands" +.TH COLORIZE 1 "2017-04-21" "colorize v0.60" "User Commands" .SH NAME colorize \- colorize text with escape sequences .SH SYNOPSIS -- cgit v1.2.3