ruscode 1.0.0

ruscode - A visual studio code's workspaces organizer written in Rust
1
2
3
4
5
6
7
8
9
10
11
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!!
"#;