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

[FR] Support multiple patterns with `zoxide` (interactive) #395

Closed xfzv closed 3 months ago

xfzv commented 11 months ago

Basically https://github.com/kamiyaa/joshuto/issues/219 but with zi (interactive).

In Zsh, zi <pattern> only prints paths that match pattern

Currently, :zi <pattern> in joshuto is the same than :zi, all paths from zoxide database are printed.