kamiyaa / joshuto

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

feat: extensions for select and filter #428

Closed oo-infty closed 10 months ago

oo-infty commented 10 months ago

Add a series of commands:

BREAKING CHANGES: select now uses substring matching instead of globbing.

kamiyaa commented 10 months ago

How does the select_fzf work? Does it just select one item or multiple?

Looks good :+1: