diff options
Diffstat (limited to 'docs/profanity-wins.1')
-rw-r--r-- | docs/profanity-wins.1 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/profanity-wins.1 b/docs/profanity-wins.1 new file mode 100644 index 00000000..c8861da2 --- /dev/null +++ b/docs/profanity-wins.1 @@ -0,0 +1,38 @@ +.TH man 1 "2021-01-09" "0.10.0" "Profanity XMPP client" + +.SH NAME +/wins + +.SH DESCRIPTION +Manage windows. Passing no argument will list all currently active windows and information about their usage. + +.SH SYNOPSIS +/wins + +.LP +/wins unread + +.LP +/wins prune + +.LP +/wins swap <source> <target> + +.LP + +.SH ARGUMENTS +.PP +\fBunread\fR +.RS 4 +List windows with unread messages. +.RE +.PP +\fBprune\fR +.RS 4 +Close all windows with no unread messages. +.RE +.PP +\fBswap <source> <target>\fR +.RS 4 +Swap windows, target may be an empty position. +.RE |