about summary refs log tree commit diff
path: root/catgirl.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-27 00:15:46 -0500
committerJune McEnroe <june@causal.agency>2021-01-27 00:15:46 -0500
commitc118c594e3689bac3c6a083ecc05c1866e65927c (patch)
treedfb741e561a15b07d33e9a79660b40c88dd161cd /catgirl.1
parentOnly list up until scroll position with M-l (diff)
downloadcatgirl-c118c594e3689bac3c6a083ecc05c1866e65927c.tar.gz
catgirl-c118c594e3689bac3c6a083ecc05c1866e65927c.zip
Add toggleable display of timestamps
Diffstat (limited to 'catgirl.1')
-rw-r--r--catgirl.113
1 files changed, 12 insertions, 1 deletions
diff --git a/catgirl.1 b/catgirl.1
index b09d55e..d40b377 100644
--- a/catgirl.1
+++ b/catgirl.1
@@ -1,4 +1,4 @@
-.Dd January 25, 2021
+.Dd January 26, 2021
 .Dt CATGIRL 1
 .Os
 .
@@ -15,6 +15,7 @@
 .Op Fl N Ar notify
 .Op Fl O Ar open
 .Op Fl S Ar bind
+.Op Fl T Ar timestamp
 .Op Fl a Ar plain
 .Op Fl c Ar cert
 .Op Fl h Ar host
@@ -181,6 +182,14 @@ Bind to source address
 .Ar host
 when connecting to the server.
 .
+.It Fl T Ar format , Cm timestamp Op = Ar format
+Show timestamps by default,
+in the specified
+.Xr strftime 3
+.Ar format .
+The default format is
+.Qq \&%T .
+.
 .It Fl a Ar user : Ns Ar pass , Cm sasl-plain = Ar user : Ns Ar pass
 Authenticate as
 .Ar user
@@ -640,6 +649,8 @@ Insert a blank line in the window.
 Scroll to next highlight.
 .It Ic M-p
 Scroll to previous highlight.
+.It Ic M-t
+Toggle timestamps.
 .It Ic M-u
 Scroll to first unread line.
 .It Ic M-v