feat: shell formatting (#3232)

This commit is contained in:
三咲雅 misaki masa 2025-10-06 23:44:32 +08:00 committed by GitHub
parent cd6881c9fe
commit 554cb52cc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
86 changed files with 832 additions and 656 deletions

View file

@ -4,7 +4,7 @@ use futures::executor::block_on;
use hashbrown::HashSet;
use serde::Serialize;
use yazi_fs::{CWD, Xdg, path::expand_url};
use yazi_shared::url::{UrlBuf, UrlCow, UrnBuf};
use yazi_shared::url::{UrlBuf, UrlCow, UrlLike, UrnBuf};
use yazi_vfs::provider;
#[derive(Debug, Default, Serialize)]