You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: yazi-fs/src/path/expand.rs
+18-14Lines changed: 18 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
use std::{borrow::Cow, path::PathBuf};
2
2
3
-
use yazi_shared::{FromWtf8Vec,loc::LocBuf, path::{PathBufDyn,PathCow,PathDyn,PathKind,PathLike}, pool::InternStr, url::{AsUrl,Url,UrlBuf,UrlCow,UrlLike}};
3
+
use yazi_shared::{loc::LocBuf, path::{PathBufDyn,PathCow,PathDyn,PathKind,PathLike}, pool::InternStr, url::{AsUrl,Url,UrlBuf,UrlCow,UrlLike}, wtf8::FromWtf8Vec};
Copy file name to clipboardExpand all lines: yazi-shared/src/lib.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
#![allow(clippy::option_map_unit_fn)]
2
2
3
-
yazi_macro::mod_pub!(data errors event loc path pool scheme shell strand translit url);
3
+
yazi_macro::mod_pub!(data errors event loc path pool scheme shell strand translit url wtf8);
4
4
5
-
yazi_macro::mod_flat!(alias bytes chars condition debounce either env id layer natsort os predictor ro_cell source sync_cell terminal tests throttle time utf8 wtf8);
5
+
yazi_macro::mod_flat!(alias bytes chars condition debounce either env id layer natsort os predictor ro_cell source sync_cell terminal tests throttle time utf8);
0 commit comments