Skip to main content

yazi_fs/
lib.rs

1yazi_macro::mod_pub!(cha error mounts path provider);
2
3yazi_macro::mod_flat!(cwd file files filter fns hash op scheme sorter sorting splatter stage url xdg);
4
5pub fn init() {
6	CWD.init(<_>::default());
7
8	mounts::init();
9
10	Xdg::load();
11}