From e87d09aabfa0036ac2dd8a3355aec04264df4f80 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 4 Apr 2022 18:13:32 +0200 Subject: Release 0.12.1 --- docs/profanity-time.1 | 131 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 docs/profanity-time.1 (limited to 'docs/profanity-time.1') diff --git a/docs/profanity-time.1 b/docs/profanity-time.1 new file mode 100644 index 00000000..c592edf8 --- /dev/null +++ b/docs/profanity-time.1 @@ -0,0 +1,131 @@ +.TH man 1 "2022-04-04" "0.12.0" "Profanity XMPP client" + +.SH NAME +/time + +.SH DESCRIPTION +Configure time display preferences. Time formats are strings supported by g_date_time_format. See https://developer.gnome.org/glib/stable/glib-GDateTime.html#g-date-time-format for more details. Setting the format to an unsupported string, will display the string. If the format contains spaces, it must be surrounded with double quotes. + +.SH SYNOPSIS +/time all|console|chat|muc|config|private|xml set + +.LP +/time all|console|chat|muc|config|private|xml off + +.LP +/time statusbar set + +.LP +/time statusbar off + +.LP +/time lastactivity set + +.LP + +.SH ARGUMENTS +.PP +\fBconsole set \fR +.RS 4 +Set time format for console window. +.RE +.PP +\fBconsole off\fR +.RS 4 +Do not show time in console window. +.RE +.PP +\fBchat set \fR +.RS 4 +Set time format for chat windows. +.RE +.PP +\fBchat off\fR +.RS 4 +Do not show time in chat windows. +.RE +.PP +\fBmuc set \fR +.RS 4 +Set time format for chat room windows. +.RE +.PP +\fBmuc off\fR +.RS 4 +Do not show time in chat room windows. +.RE +.PP +\fBconfig set \fR +.RS 4 +Set time format for config windows. +.RE +.PP +\fBconfig off\fR +.RS 4 +Do not show time in config windows. +.RE +.PP +\fBprivate set \fR +.RS 4 +Set time format for private chat windows. +.RE +.PP +\fBprivate off\fR +.RS 4 +Do not show time in private chat windows. +.RE +.PP +\fBxml set \fR +.RS 4 +Set time format for XML console window. +.RE +.PP +\fBxml off\fR +.RS 4 +Do not show time in XML console window. +.RE +.PP +\fBstatusbar set \fR +.RS 4 +Change time format in statusbar. +.RE +.PP +\fBstatusbar off\fR +.RS 4 +Do not show time in status bar. +.RE +.PP +\fBlastactivity set \fR +.RS 4 +Change time format for last activity. +.RE +.PP +\fBall set \fR +.RS 4 +Set time for: console, chat, muc, config, private and xml windows. +.RE +.PP +\fBall off\fR +.RS 4 +Do not show time for: console, chat, muc, config, private and xml windows. +.RE + +.SH EXAMPLES +/time console set %H:%M:%S + +.LP +/time chat set "%d-%m-%y %H:%M:%S" + +.LP +/time xml off + +.LP +/time statusbar set %H:%M + +.LP +/time lastactivity set "%d-%m-%y %H:%M:%S" + +.LP +/time all set "%d-%m-%y %H:%M:%S" + +.LP -- cgit 1.4.1-2-gfad0