yazi-proxy 0.2.4

Yazi event proxy
Documentation
1
2
3
4
5
6
7
8
9
mod input;
mod notify;
mod open;
mod select;

pub use input::*;
pub use notify::*;
pub use open::*;
pub use select::*;