command
module
Version:
v0.0.0-...-d94dfdd
Opens a new window with list of versions in this module.
Published: Apr 26, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶

What does it do?
What teamenu does is simple:
- it reads stdin
- presents a menu containing each line of stdin (delimited by newline)
- it outputs the selected option to stdout
Use the up and down arrows to move between menu options and enter to finalize your selection.

Usage:
Just pipe in input from stdin to teamenu.
- From another shell command:
echo -e "option1\noption2\noption3" | teamenu
- From a file:
teamenu < options.txt
Flags:
-t <title>
-- adds a title at the top of the menu
-c
-- centers the menu
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.