Manual Page Search Parameters

SLMENU(1) General Commands Manual SLMENU(1)

slmenu - single line menu

slmenu [-b] [-t] [-i] [-l lines] [-p prompt] [-v]

slmenu is a dynamic menu for the console, based on the wonderful dmenu(1). It also manages huge numbers of user-defined menu items efficiently.

slmenu reads a list of newline-separated items from stdin and creates a menu. Then it re-opens the tty and prompts for user input. When the user selects an item or enters any text and presses Return, their choice is printed to stdout and slmenu terminates. The user interface is drawn in stderr, so it does not interfere with the result.

slmenu appears at the bottom (-b) or top (-t) of the terminal. By default, slmenu appears in the current line.
slmenu matches menu items case insensitively.
puts slmenu in multiline mode and chooses the number of lines to display
defines the prompt to be displayed to the left of the input field.
prints version information to stdout, then exits.

slmenu is completely controlled by the keyboard. Besides standard Unix line editing and item selection (arrow keys, page up/down, home and end), the following keys are recognized:

Copy the selected item to the input field.
Confirm selection. Prints the selected item to stdout and exits, returning success.
Confirm input. Prints the input text to stdout and exits, returning success.
Exit without selecting an item, returning failure.
Paste the current X selection into the input field.

dmenu(1), sandy(1),

slmenu-0.1 x86_64