You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
README.md | 7 months ago | |
main.slo | 4 months ago | |
module.json | 4 months ago |
README.md
cli-forms
Create command line forms from widgets. The following are supported:
select
- move a cursor up/down to select a single option from a listinput
- standard input field with a title/promptcheck
- move a cursor up/down and check/uncheck various options from a listdate-select
- use a cursor to select a month, day, and yearspinner
- display a spinner while doing something else
input
, select
, and check
all have a title, spinner
and date-select
do not. All widgets that use a cursor to move up and down in fields use arrow keys, vim movement keys, and tab/shift-tab to move around. To check/uncheck a check box use space
. All widgets are submitted by pressing Enter
.
For specifics of how the various widgets work see (and its respective subentries):
(load-mod cli-forms)
(usage cli-forms::)