kamiyaa / joshuto

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

Added new command "search_fzf_rec" #299

Closed Jacky-Lzx closed 1 year ago

Jacky-Lzx commented 1 year ago

I'm adding a new command to let fzf recursively searches all files in the current directory, and make the cursor jump to the corresponding location.

https://github.com/kamiyaa/joshuto/assets/49983642/244dd0ca-3dc2-46d1-81a1-f50178cab8dc

theniceboy commented 1 year ago

How is this different than subdir_fzf?

Jacky-Lzx commented 1 year ago

How is this different than subdir_fzf?

Oh actually it's the same...

I failed to run subdir_fzf once, so I wrongly thought there was no such command...