三咲雅 misaki masa
|
554cb52cc5
|
feat: shell formatting (#3232)
|
2025-10-06 23:44:32 +08:00 |
|
三咲雅 misaki masa
|
149a5feffb
|
fix!: open command doesn't work under empty directories (#3226)
|
2025-10-03 18:18:27 +08:00 |
|
三咲雅 misaki masa
|
d8b0425a10
|
fix: incorrect $0 and $@ parameters in shell command under empty directories (#3225)
|
2025-10-03 17:18:39 +08:00 |
|
三咲雅 misaki masa
|
4d39194cd8
|
feat!: folder mime-type support (#3222)
|
2025-10-01 20:03:41 +08:00 |
|
三咲雅 misaki masa
|
879ed49996
|
feat: filesystem-level error (#3217)
|
2025-09-28 23:08:48 +08:00 |
|
三咲雅 misaki masa
|
7b36b7fe14
|
refactor: invert the dependency relationship between yazi-fs and yazi-vfs (#3215)
|
2025-09-28 15:50:25 +08:00 |
|
三咲雅 misaki masa
|
7deeaa4356
|
feat: size calculator for remote file systems (#3170)
|
2025-09-15 22:41:17 +08:00 |
|
adamnemecek
|
021d86f0d1
|
refactor: use Self where possible (#3138)
|
2025-09-06 00:48:30 +08:00 |
|
三咲雅 misaki masa
|
e795d6cf42
|
feat: offload mimetype fetching on opening files to the task scheduler (#3141)
|
2025-09-06 00:18:31 +08:00 |
|
Cattyman
|
49910fcfe7
|
feat: progress of each task (#3121)
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2025-09-04 18:55:28 +08:00 |
|
三咲雅 misaki masa
|
cfc7238638
|
feat: port task manager to Lua (#3134)
|
2025-09-03 22:25:16 +08:00 |
|
三咲雅 misaki masa
|
d7df581b67
|
feat: tasks without progress (#3131)
|
2025-09-02 16:58:34 +08:00 |
|
三咲雅 misaki masa
|
8a0265ad64
|
perf: zero-copy UrlBuf to Url conversion (#3117)
|
2025-08-28 23:06:04 +08:00 |
|
三咲雅 misaki masa
|
dd7afaa64a
|
refactor: Url::pair() without allocation (#3116)
|
2025-08-27 23:52:09 +08:00 |
|
三咲雅 misaki masa
|
12172b7301
|
feat: support VFS for the file watcher (#3108)
|
2025-08-25 21:40:38 +08:00 |
|
三咲雅 misaki masa
|
c27ef58116
|
feat: support VFS for join(), starts_with(), and ends_with() of Url (#3094)
|
2025-08-23 23:06:11 +08:00 |
|
三咲雅 misaki masa
|
0054cf0b87
|
perf: lock-free hashing for string interns (#3091)
|
2025-08-21 09:40:52 +08:00 |
|
三咲雅 misaki masa
|
84907297a0
|
perf: string interning to reduce memory usage of mimetype and URL domain (#3084)
|
2025-08-19 21:58:57 +08:00 |
|
三咲雅 misaki masa
|
7a9bfff95d
|
perf: switch to a higher-performance hash algorithm (#3083)
|
2025-08-19 15:58:39 +08:00 |
|
三咲雅 misaki masa
|
fe9ce240b5
|
fix: respect URL covariance when updating mimetypes (#3079)
|
2025-08-18 23:20:03 +08:00 |
|
三咲雅 misaki masa
|
3ca33c1f84
|
refactor: introduce UrlBuf (#3072)
|
2025-08-18 02:25:59 +08:00 |
|
三咲雅 misaki masa
|
9810196565
|
refactor: introduce LocBuf (#3062)
|
2025-08-17 16:25:04 +08:00 |
|
三咲雅 misaki masa
|
2ec3a6c645
|
fix: avoid appending a newline when reading clipboard contents (#3059)
|
2025-08-14 11:26:46 +08:00 |
|
三咲雅 misaki masa
|
1bfcbc1664
|
feat: introduce the concept of Uri (#3049)
|
2025-08-13 01:38:43 +08:00 |
|
三咲雅 misaki masa
|
292d37ccde
|
refactor: simplify cursor repositioning (#3040)
|
2025-08-08 02:41:41 +08:00 |
|
三咲雅 misaki masa
|
0b45ed868f
|
feat: VFS support for the enter and leave commands (#3035)
|
2025-08-05 20:45:23 +08:00 |
|
三咲雅 misaki masa
|
d5f225bc4a
|
feat: virtual file system (#3034)
|
2025-08-05 02:23:57 +08:00 |
|
三咲雅 misaki masa
|
da97e5a8b4
|
feat: URL covariance for the mimetype agency (#3030)
|
2025-07-31 00:48:54 +08:00 |
|
三咲雅 misaki masa
|
9c1f303f2c
|
feat: URL covariance for selected and yanked files (#3025)
|
2025-07-29 15:03:22 +08:00 |
|
三咲雅 misaki masa
|
0e3cd8545c
|
feat: URL schemas (#3019)
|
2025-07-27 18:06:13 +08:00 |
|
三咲雅 misaki masa
|
c2883f1e05
|
refactor: pull filesystem calls out into a designated yazi_fs crate (#3013)
|
2025-07-23 22:43:11 +08:00 |
|
三咲雅 misaki masa
|
c28d2e8180
|
refactor: eliminate the tab conceptual hierarchy (#2999)
|
2025-07-18 14:31:16 +08:00 |
|
三咲雅 misaki masa
|
0fd74ae44c
|
perf!: cacheable iterator (#2997)
|
2025-07-18 07:48:00 +08:00 |
|
三咲雅 misaki masa
|
5f8a1496fe
|
refactor: invert the dependency relationship between yazi-parser and yazi-proxy (#2992)
|
2025-07-16 22:46:10 +08:00 |
|
三咲雅 misaki masa
|
60a2382087
|
refactor: switch to actor model (#2986)
|
2025-07-14 23:08:11 +08:00 |
|
三咲雅 misaki masa
|
6366e46c23
|
refactor: use term "core" instead of "context" (#2978)
|
2025-07-11 09:00:22 +08:00 |
|
三咲雅 misaki masa
|
c9c85130e1
|
refactor: pull DDS events out into a macro (#2977)
|
2025-07-11 08:55:56 +08:00 |
|
simonborje
|
559a46e399
|
feat: make ticket optional for cmp:trigger (#2968)
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2025-07-10 00:12:51 +08:00 |
|
三咲雅 misaki masa
|
452b435b71
|
feat: allow dynamic adjustment of layout ratio via rt.mgr.ratio (#2964)
|
2025-07-08 23:59:50 +08:00 |
|
三咲雅 misaki masa
|
917e1f54a1
|
perf: do not listen for file changes in inactive tabs (#2958)
|
2025-07-06 22:27:56 +08:00 |
|
三咲雅 misaki masa
|
52ecb31f5a
|
refactor: introduce the SStr type for static strings (#2957)
|
2025-07-06 22:16:29 +08:00 |
|
三咲雅 misaki masa
|
a426d449f4
|
refactor: new yazi-parser crate (#2956)
|
2025-07-06 19:17:00 +08:00 |
|
三咲雅 misaki masa
|
ec7eb3e416
|
fix: fallback to PollWatcher on NetBSD (#2941)
|
2025-07-03 21:41:49 +08:00 |
|
三咲雅 misaki masa
|
5a66559d1c
|
feat: improve the UX of the input component (#2935)
|
2025-06-30 16:27:25 +08:00 |
|
TKperson
|
a8a1b5625b
|
fix: preserve open order for files with post-resolved mime-types (#2931)
Co-authored-by: TKperson <TKperson@users.noreply.github.com>
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2025-06-28 18:07:59 +08:00 |
|
Yuriy Poltorak
|
2768fd22b1
|
feat: support .deb packages (#2807)
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2025-06-27 17:43:59 +08:00 |
|
三咲雅 misaki masa
|
9d05946f4b
|
feat!: make ya.confirm() and ui.Pos() public API (#2921)
|
2025-06-26 18:12:09 +08:00 |
|
三咲雅 misaki masa
|
1ed244a0a5
|
perf: store only Urn instead of full Url in find results (#2914)
|
2025-06-24 13:13:51 +08:00 |
|
三咲雅 misaki masa
|
ab0fe93150
|
feat: improve the UX of the pick component (#2906)
|
2025-06-22 21:23:46 +08:00 |
|
三咲雅 misaki masa
|
1a6abae974
|
feat: invalid UTF-8 support to Command:arg() and Command:env() APIs (#2895)
|
2025-06-18 22:01:36 +08:00 |
|