三咲雅 · Misaki Masa
|
0cfb50bd49
|
feat: re-implement fzf as a built-in plugin (#884)
|
2024-04-07 19:28:09 +08:00 |
|
sxyazi
|
cd2e7ff945
|
feat: re-implement zoxide as a built-in plugin (#881)
|
2024-04-07 09:00:58 +08:00 |
|
三咲雅 · Misaki Masa
|
b51babde1c
|
feat: the cd event in DDS will now also be triggered when the tab is first created (#861)
|
2024-04-02 01:39:20 +08:00 |
|
三咲雅 · Misaki Masa
|
903f3da7e5
|
feat: DDS (Data Distribution Service) (#826)
|
2024-03-29 23:30:30 +08:00 |
|
三咲雅 · Misaki Masa
|
66d12da09d
|
perf: add BufWriter to Stderr to avoid frequent system calls and increase rendering frame rate (#849)
|
2024-03-29 15:40:04 +08:00 |
|
三咲雅 · Misaki Masa
|
f6f2c30709
|
feat: time-based selection order preservation (#843)
|
2024-03-28 00:13:29 +08:00 |
|
sxyazi
|
ca49a2d70b
|
fix: kill all spawned processes when exiting Yazi (#812)
|
2024-03-16 09:07:07 +08:00 |
|
三咲雅 · Misaki Masa
|
cddd0727ef
|
refactor: wrap Opener with Cow to avoid unnecessary memory reallocations when opening files (#805)
|
2024-03-12 23:35:26 +08:00 |
|
三咲雅 · Misaki Masa
|
78b98a98c3
|
fix: use BTreeSet for selected files to maintain order (#799)
|
2024-03-10 20:12:54 +08:00 |
|
三咲雅 · Misaki Masa
|
9396d8760c
|
feat: ya.hide() plugin API (#792)
|
2024-03-09 03:07:20 +08:00 |
|
三咲雅 · Misaki Masa
|
d96af54574
|
fix: track the latest file changes for the selected, yanked state when available (#791)
|
2024-03-08 15:37:53 +08:00 |
|
三咲雅 · Misaki Masa
|
33782f1224
|
feat: cx.yanked plugin API (#788)
|
2024-03-07 17:26:18 +08:00 |
|
三咲雅 · Misaki Masa
|
37acd94345
|
feat: ya.notify() plugin API (#780)
|
2024-03-05 16:46:12 +08:00 |
|
三咲雅 · Misaki Masa
|
5169bb90f2
|
refactor: add new run property (#773)
|
2024-03-04 17:54:40 +08:00 |
|
三咲雅 · Misaki Masa
|
b4c9ec1de2
|
fix: nested conflict detection exception when performing cross-level searches (#769)
|
2024-03-04 11:27:30 +08:00 |
|
三咲雅 · Misaki Masa
|
bd572706cd
|
feat: ya.input() plugin API (#762)
|
2024-03-02 20:33:34 +08:00 |
|
三咲雅 · Misaki Masa
|
6a1063d376
|
perf: apply add_many()/remove_many() to the visual mode items for selection conflict detecting (#758)
|
2024-03-02 11:01:52 +08:00 |
|
rrveex
|
2efda755f1
|
feat: add hovered as $0 for shell and opener (#738)
|
2024-02-29 03:12:09 +08:00 |
|
三咲雅 · Misaki Masa
|
82071bd06b
|
refactor: prefer Display over ToString (#734)
|
2024-02-27 09:17:09 +08:00 |
|
三咲雅 · Misaki Masa
|
8ea7556625
|
feat: better accessibility (#719)
|
2024-02-24 09:11:53 +08:00 |
|
三咲雅 · Misaki Masa
|
3f27532c57
|
feat: cross-directory selection (#693)
|
2024-02-18 23:28:08 +08:00 |
|
little camel
|
c7bfdc556c
|
feat: nested selection conflict detection (#689)
|
2024-02-18 15:28:59 +08:00 |
|
三咲雅 · Misaki Masa
|
1ec9943af2
|
refactor: using definite patterns to simplify keybindings (#690)
|
2024-02-17 19:03:26 +08:00 |
|
三咲雅 · Misaki Masa
|
52d91c0e42
|
feat: add new file marked state (#682)
|
2024-02-15 20:24:20 +08:00 |
|
三咲雅 · Misaki Masa
|
95d2358100
|
feat: expose selected/yanked files as API (#674)
|
2024-02-15 20:20:28 +08:00 |
|
三咲雅 · Misaki Masa
|
a764e42098
|
refactor: tab-specific selection (#653)
|
2024-02-13 02:40:13 +08:00 |
|
三咲雅 · Misaki Masa
|
59e889a3b5
|
fix: hidden attribute of files on Windows (#632)
|
2024-02-06 08:27:00 +08:00 |
|
sxyazi
|
920afe29bd
|
perf: use lazy sorting when loading large directories to reduce unnecessary CPU consumption (#607)
|
2024-02-01 18:43:59 +08:00 |
|
三咲雅 · Misaki Masa
|
9d912b07aa
|
refactor: use Cmd instead of Exec (#604)
|
2024-01-31 08:59:47 +08:00 |
|
sxyazi
|
a9ce714571
|
fix: parent folder not tracking CWD (#581)
|
2024-01-26 13:18:15 +08:00 |
|
三咲雅 · Misaki Masa
|
56ede51c53
|
perf: new event system (#561)
|
2024-01-22 18:43:50 +08:00 |
|
三咲雅 · Misaki Masa
|
acb8b47eee
|
feat: improve search input title (#559)
|
2024-01-22 14:25:07 +08:00 |
|
sxyazi
|
2b1b66e5e0
|
fix: ensure that changing directories occurs before searching
|
2024-01-22 04:35:34 +08:00 |
|
三咲雅 · Misaki Masa
|
c335b0272b
|
fix: update paged files after filter done (#505)
|
2024-01-13 15:23:18 +08:00 |
|
三咲雅 · Misaki Masa
|
1908ff2047
|
fix: resize isn't triggered on app restoring (#483)
|
2024-01-07 22:12:17 +08:00 |
|
sxyazi
|
93c8d90a51
|
feat: add new prepend_preloaders, append_preloaders, prepend_previewers, append_previewers config options
|
2024-01-06 12:58:42 +08:00 |
|
sxyazi
|
b229c8a5e3
|
fix: sort and hidden commands should update mime-type for paged files promptly
|
2024-01-06 05:14:54 +08:00 |
|
sxyazi
|
9bdbc55117
|
feat: add new plugin command
|
2024-01-05 15:22:28 +08:00 |
|
sxyazi
|
3fcc2014bc
|
fix: inability to restore default cursor on Windows
|
2024-01-05 11:41:24 +08:00 |
|
三咲雅 · Misaki Masa
|
43878fd92e
|
perf: detection of changes in the directory (#476)
|
2024-01-05 03:21:55 +08:00 |
|
sxyazi
|
63f81f6431
|
refactor: replace FilesOp::IOErr with FilesOp::Deleting
|
2024-01-03 09:46:47 +08:00 |
|
三咲雅 · Misaki Masa
|
5c62cf2c65
|
perf: new UI rendering architecture (#468)
|
2024-01-02 08:38:26 +08:00 |
|
sxyazi
|
ccb98ac21f
|
feat: v0.2.0 API
|
2023-12-30 23:41:41 +08:00 |
|
三咲雅 · Misaki Masa
|
32aa1909cf
|
feat: fine-grained scheduling priority (#462)
|
2023-12-29 22:37:43 +08:00 |
|
Rolv Apneseth
|
d2599b80b0
|
feat: filter files in real-time (#454)
|
2023-12-28 00:33:16 +08:00 |
|
三咲雅 · Misaki Masa
|
82bab0f24a
|
feat!: custom preloader & previewer (#401)
|
2023-12-26 19:48:33 +08:00 |
|
sxyazi
|
df42ca799e
|
feat: use a global clipboard
|
2023-12-19 22:49:54 +08:00 |
|
三咲雅 · Misaki Masa
|
d6ca524c53
|
feat: copy content over SSH (#447)
|
2023-12-12 10:46:19 +08:00 |
|
三咲雅 · Misaki Masa
|
6d29420e2f
|
refactor: integrate tasks into scheduler (#406)
|
2023-11-29 01:37:06 +08:00 |
|
三咲雅 · Misaki Masa
|
a1984725e4
|
refactor: move event to shared (#403)
|
2023-11-28 02:21:36 +08:00 |
|