pub fn text_prompt(message: &str) -> Result<Option<String>>
Displays a text input prompt with the given message, allowing cancellation via Esc / Ctrl-C.
Esc
Ctrl-C
skim