aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-03 14:17:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-03 14:17:26 +1200
commit9c4ada2b00c64db73b306567f2af18b311daf1fb (patch)
tree483d3d63fe1013ef56ed46af1d742ad55d763d34 /man
parentTidy tl(1), make POSIX sh (diff)
downloaddotfiles-9c4ada2b00c64db73b306567f2af18b311daf1fb.tar.gz
dotfiles-9c4ada2b00c64db73b306567f2af18b311daf1fb.zip
Change tlcs(1) to POSIX sh, strip down a bit
Diffstat (limited to 'man')
-rw-r--r--man/man1/tlcs.113
1 files changed, 6 insertions, 7 deletions
diff --git a/man/man1/tlcs.1 b/man/man1/tlcs.1
index aba6a03b..f032deef 100644
--- a/man/man1/tlcs.1
+++ b/man/man1/tlcs.1
@@ -1,19 +1,18 @@
-.TH TLCS 1 "February 2016" "Manual page for tlcs"
+.TH TLCS 1 "August 2016" "Manual page for tlcs"
.SH NAME
.B tlcs
\- execute command and tag stdout/stderr lines
.SH USAGE
-.B tlcs [-h] [-c] [-o STDOUT_PREFIX] [-e STDERR_PREFIX] [--] COMMAND [ARG1...]
+.B tlcs [-c] [-o STDOUT_PREFIX] [-e STDERR_PREFIX] [--] COMMAND [ARG1...]
.SH DESCRIPTION
Execute a command and tag the output of the stdout and stderr streams, line by
line, using tl(1) under the hood. Add -c when writing to a terminal to color
the lines.
.P
-Option -h gives help. Specify a stdout prefix with -o (default "stdout: "),
-and/or a stderr prefix with -e (default "stderr: "). Option -c prints stdout
-lines in green and stderr lines in red if the respective streams are writing to
-appropriate terminals. Remaining arguments are assumed to be a command and its
-arguments.
+Specify a stdout prefix with -o (default "stdout: "), and/or a stderr prefix
+with -e (default "stderr: "). Option -c prints stdout lines in green and stderr
+lines in red if the respective streams are writing to appropriate terminals.
+Remaining arguments are assumed to be a command and its arguments.
.P
$ tlcs cat ~/.vimrc
$ tlcs -e 'FAIL: ' nonexistent-command