pub type FilePickerMessage = PickerMessage<FileMatch>;
pub enum FilePickerMessage { Close, CloseAndPopChar, CloseWithChar(char), Confirm(FileMatch), CharTyped(char), TextTyped(String), PopChar, }