Module ui

Module ui 

Source

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.