Files
plugins/smart-filter.yazi/README.md
2025-05-28 23:06:18 +08:00

614 B

smart-filter.yazi

A Yazi plugin that makes filters smarter: continuous filtering, automatically enter unique directory, open file on submitting.

https://github.com/yazi-rs/plugins/assets/17523360/72aaf117-1378-4f7e-93ba-d425a79deac5

Installation

ya pkg add yazi-rs/plugins:smart-filter

Usage

Add this to your ~/.config/yazi/keymap.toml:

[[mgr.prepend_keymap]]
on   = "F"
run  = "plugin smart-filter"
desc = "Smart filter"

Make sure the F key is not used elsewhere.

License

This plugin is MIT-licensed. For more information check the LICENSE file.