aboutsummaryrefslogtreecommitdiff
path: root/man/man1/clog.1df
blob: 43193076d13881f22f5bded3eb433124f140b021 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH CLOG 1df "December 2016" "Manual page for clog"
.SH NAME
.B clog
\- record timestamped logs in a file
.SH SYNOPSIS
.B clog
.br
getting real tired of all this overengineering
.br
^D
.SH DESCRIPTION
.B clog
receives a message on stdin, timestamps it with a leading date(1), and writes
it to the file with path in environment variable CLOG, defaulting to ~/.clog,
terminating each entry with two hyphens.
.P
If rlwrap(1) is found, it will be used for the line editing. If not, just the
terminal's cooked mode will be used.
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>