yazi/yazi-fm/src
2024-03-28 00:13:29 +08:00
..
app fix: kill all spawned processes when exiting Yazi (#812) 2024-03-16 09:07:07 +08:00
completion feat: ui.Clear component for UI plugins (#786) 2024-03-06 19:07:37 +08:00
components fix: track the latest file changes for the selected, yanked state when available (#791) 2024-03-08 15:37:53 +08:00
help feat: ui.Clear component for UI plugins (#786) 2024-03-06 19:07:37 +08:00
input feat: ui.Clear component for UI plugins (#786) 2024-03-06 19:07:37 +08:00
lives feat: time-based selection order preservation (#843) 2024-03-28 00:13:29 +08:00
notify feat: ui.Clear component for UI plugins (#786) 2024-03-06 19:07:37 +08:00
select feat: ui.Clear component for UI plugins (#786) 2024-03-06 19:07:37 +08:00
tasks feat: ui.Clear component for UI plugins (#786) 2024-03-06 19:07:37 +08:00
which fix: track the latest file changes for the selected, yanked state when available (#791) 2024-03-08 15:37:53 +08:00
context.rs fix: kill all spawned processes when exiting Yazi (#812) 2024-03-16 09:07:07 +08:00
executor.rs refactor: wrap Opener with Cow to avoid unnecessary memory reallocations when opening files (#805) 2024-03-12 23:35:26 +08:00
logs.rs feat: time-based selection order preservation (#843) 2024-03-28 00:13:29 +08:00
main.rs feat: ya.hide() plugin API (#792) 2024-03-09 03:07:20 +08:00
panic.rs refactor: move event to shared (#403) 2023-11-28 02:21:36 +08:00
root.rs feat: ui.Clear component for UI plugins (#786) 2024-03-06 19:07:37 +08:00
router.rs feat: plugin interface for key events via ya.which() (#617) 2024-02-03 01:09:26 +08:00
signals.rs fix: respond to the SIGTERM signal even when Yazi is in the background and has passed control of the terminal to the spawned process (#797) 2024-03-13 23:26:17 +08:00