kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.46k stars 154 forks source link

Help search also inside description column #253

Closed yanshay closed 1 year ago

yanshay commented 1 year ago

I'm new to joshuto so use the Help view. Currently when searching in the help using '/' it searches only the key and command columns. I actually need the search to search in the 'Description' column. So I modified the search code to search also in the Description column and do a case insensitive search.

kamiyaa commented 1 year ago

Can you run cargo fmt? Thanks!

yanshay commented 1 year ago

done