pub fn fuzzy_select_with_key<T>(
items: Vec<T>,
prompt: impl AsRef<str>
) -> Result<Option<T>>where
T: Display,