From 696214ca6265ffbfe5ce43b2671de7b3cc81c938 Mon Sep 17 00:00:00 2001 From: MasouShizuka Date: Sat, 14 Jun 2025 10:03:44 +0800 Subject: [PATCH] docs(readme): add the description of event --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6d4f01f..e4cbbe6 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ https://github.com/MasouShizuka/projects.yazi/assets/44764707/79c3559a-7776-48cd ## Features - - Save/load projects - - Load last project - - Projects persistence - - Merge a project or its current tab to other projects +- Save/load projects +- Load last project +- Projects persistence +- Merge a project or its current tab to other projects ## Installation @@ -167,6 +167,12 @@ The last project is loaded by `load_last` command. `quit_after_merge`: the merged project will be exited after merging. +### `event` + +The corresponding event will be sent when the corresponding function is executed. + +For specific usage, please refer to [#5](https://github.com/MasouShizuka/projects.yazi/issues/5) and [#12](https://github.com/MasouShizuka/projects.yazi/issues/12). + ### `notify` When enabled, notifications are displayed when actions are performed.