pub const SEARCH_MODE_HELP_TEXT: &str = r#"Arrow key ▲▼: Move arrow
Arrow key ►: Enter workspace detail
Enter Key ↩ : open workspace
Type anything to search!!
"#;
pub const DETAIL_MODE_HELP_TEXT: &str = r#"Arrow key ▲▼: Move arrow
Arrow key ◄: Leave workspace detail
Enter Key ↩ : Add new tag to workspace
Type anything for tag name!!
"#;