[hackers] [wmii] Add wimenu man page. || Kris Maglione

From: <hg_AT_suckless.org>
Date: Thu, 14 May 2009 04:14:23 +0000 (UTC)

changeset: 2449:75d77530b66e
tag: tip
user: Kris Maglione <jg_AT_suckless.org>
date: Thu May 14 00:14:24 2009 -0400
files: cmd/menu/main.c man/Makefile man/wimenu.1 man/wmii.man1
description:
Add wimenu man page.

diff -r 29210d91d76a -r 75d77530b66e cmd/menu/main.c
--- a/cmd/menu/main.c Wed May 13 23:44:42 2009 -0400
+++ b/cmd/menu/main.c Thu May 14 00:14:24 2009 -0400
@@ -222,6 +222,10 @@
         case 'h':
                 histfile = EARGF(usage());
                 break;
+ case 'i':
+ find = strcasestr;
+ compare = strncasecmp;
+ break;
         case 'K':
                 nokeys = true;
         case 'k':
@@ -235,10 +239,6 @@
                 break;
         case 's':
                 screen = strtol(EARGF(usage()), nil, 10);
- break;
- case 'i':
- find = strcasestr;
- compare = strncasecmp;
                 break;
         default:
                 usage();
diff -r 29210d91d76a -r 75d77530b66e man/Makefile
--- a/man/Makefile Wed May 13 23:44:42 2009 -0400
+++ b/man/Makefile Thu May 14 00:14:24 2009 -0400
@@ -3,7 +3,8 @@
 include ${ROOT}/mk/wmii.mk
 
 TARG = wmii.1 \
- wmiir.1
+ wmiir.1 \
+ wimenu.1
 
 wmiir.1:
         true
diff -r 29210d91d76a -r 75d77530b66e man/wimenu.1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/man/wimenu.1 Thu May 14 00:14:24 2009 -0400
@@ -0,0 +1,131 @@
+.TH "WMII" 1 "May, 2009" ""
+
+.SH NAME
+.P
+wimenu \- The wmii menu program
+
+.SH SYNOPSIS
+.P
+wimenu \fI[\-a \fI<address>\fR]\fR \fI[\-c]\fR \fI[\-h \fI<history file>\fR]\fR \fI[\-i]\fR \fI[\-K]\fR \fI[\-k \fI<keys file>\fR]\fR \fI[\-n \fI<history count>\fR]\fR \fI[\-p \fI<prompt>\fR]\fR \fI[\-s \fI<screen>\fR]\fR
+.P
+wimenu \-v
+
+.SH DESCRIPTION
+.P
+\fBwimenu\fR is \fBwmii\fR's standard menu program. It's used
+extensively by \fBwmii\fR and related programs to prompt the user
+for input. The standard configuration uses it to launch
+programs, select views, and perform standard actions. It
+supports basic item completion and history support.
+
+.SH ARGUMENTS
+.TP
+\-a
+
+.RS
+The address at which to connect to \fBwmii\fR.
+.RE
+.TP
+\-c
+
+.RS
+Prints the contents of the input buffer each time the
+user inputs a character, as such:
+.RE
+
+.RS
+.RS
+\fI<text before caret>\fR\e0\fI<text after caret>\fR\e0
+.RE
+.RE
+.TP
+\-h \fI<history file>\fR
+
+.RS
+Causes \fBwimenu\fR to read its command history from
+\fI<history file>\fR and to append its result to that file if
+\fI\-n\fR is given.
+.RE
+.TP
+\-i
+
+.RS
+Causes matching of completion items to be performed in a
+case insensitive manner.
+.RE
+.TP
+\-K
+
+.RS
+Prevents \fBwimenu\fR from initializing its default key
+bindings. WARNING: If you do this, be sure to bind a key
+with the Accept or Reject action, of you won't be able
+to exit \fBwimenu\fR.
+.RE
+.TP
+\-k \fI<key file>\fR
+
+.RS
+Key bindings will be read from \fI<key file>\fR. Bindings
+appear as:
+.RE
+
+.RS
+.RS
+\fI<key>\fR \fI[action]\fR \fI[args]\fR
+.RE
+.RE
+
+.RS
+where \fI<key>\fR is a key name, similar to the format used by
+wmii. For action and args, please refer to the default
+bindings, provided in the source distribution under
+cmd/menu/keys.txt, or use strings(1) on the \fBwimenu\fR
+executable (this level of customization is discouraged,
+and reserved for the determined).
+.RE
+.TP
+\-n \fI<count>\fR
+
+.RS
+Write at most \fI<count>\fR items back to the history file.
+The file is never modified unless this option is
+provided. Duplicates are filtered out within a 20 item
+sliding window before this limit is imposed.
+.RE
+.TP
+\-p \fI<prompt>\fR
+
+.RS
+The string \fI<prompt>\fR will be show before the input field
+when the menu is opened.
+.RE
+.TP
+\-s \fI<screen>\fR
+
+.RS
+Suggests that the menu open on Xinerama screen \fI<screen>\fR
+.RE
+
+.SH ENVIRONMENT
+.TP
+WMII_ADDRESS
+Socket file of Used by wmiir(1).
+.TP
+NAMESPACE
+
+.RS
+The namespace directory to use if no address is
+provided.
+.RE
+.SH SEE ALSO
+.P
+dmenu(1), wmiir(1)
+
+.P
+\fI[1]\fR http://www.suckless.org/wiki/wmii/tips/9p_tips
+
+
+.\" man code generated by txt2tags 2.5 (http://txt2tags.sf.net)
+.\" cmdline: txt2tags wimenu.man1
+
diff -r 29210d91d76a -r 75d77530b66e man/wmii.man1
--- a/man/wmii.man1 Wed May 13 23:44:42 2009 -0400
+++ b/man/wmii.man1 Thu May 14 00:14:24 2009 -0400
@@ -2,34 +2,7 @@
 
 Dec, 2008
 
-%!target: man
-%!encoding: UTF-8
-
-% Special formatting for certain constructs. They, unfortunately
-% have to be post-processed. The _italic_ hack is necessary for
-% italicising things like /_foo_/, which txt2tags will ignore.
-% The others need to work in ``` lines.
-%!postproc(man): (<.*?>) \\fI\1\\fR
-%!postproc(man): _(.*?)_ \\fI\1\\fR
-%!postproc(man): `(.*?)` \\fB\1\\fR
-%!postproc(man): (\[.*?\]) \\fI\1\\fR
-%!postproc(man): \+$ \n.P
-
-%!postproc(html): (<.*?>) (:arg \1:)
-%!postproc(html): _(.*?)_ (:emph \1:)
-%!postproc(html): `(.*?)` (:code \1:)
-%!postproc(html): \+$ <br/>
-
-%!postproc(html) \(:(\w+)\s*(.*):\) <span class="\1">\2</span>
-
-% Well, it seems that txt2tags isn't particularly well suited
-% to troff output. These two hacks make multi-level definition
-% lists possible.
-%!postproc(man): ^\s*>>$ .RS 8
-%!postproc(man): ^\s*<<$ .RS -8
-
-%!postproc(html): ^\s*>>$
-%!postproc(html): ^\s*<<$
+%!includeconf: header.t2t
 
 = NAME =
 
Received on Thu May 14 2009 - 04:14:23 UTC

This archive was generated by hypermail 2.2.0 : Thu May 14 2009 - 04:24:03 UTC