Functionsยง
- confirm_
with_ prompt - Common confimation prompt (y/n) which maps
- fuzzy_
select_ with_ key - Basically the same as
fuzzy_select_with_key_with_default
without a default value - fuzzy_
select_ with_ key_ with_ default - Given a list of
items
, this function allows the user to interactively select a exactly one item of the given list. - multi_
fuzzy_ select_ with_ key - Given a list of
items
, this function allows the user to interactively select a subset of the given list.