From 62f078905b4de55f19e328452c8a1f889ff2f6f4 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Thu, 12 Dec 2024 08:08:09 +0800 Subject: [PATCH] docs: update for 0.4 --- README.md | 6 +----- hide-preview.yazi/README.md | 4 +--- max-preview.yazi/README.md | 4 +--- smart-enter.yazi/README.md | 4 +--- 4 files changed, 4 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index b312184..8ab420c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # Plugins -The following plugins can be installed using the `ya pack` package manager introduced in Yazi v0.3. +The following plugins can be installed using the [`ya pack` package manager](https://yazi-rs.github.io/docs/cli#package-manager) introduced in Yazi v0.3. For specific installation commands and configuration instructions, check the individual `README.md` of each plugin by clicking the link below: @@ -21,7 +21,3 @@ For specific installation commands and configuration instructions, check the ind - [diff.yazi](diff.yazi) - Diff the selected file with the hovered file, create a living patch, and copy it to the clipboard. - [no-status.yazi](no-status.yazi) - Remove the status bar. - [mactag.yazi](mactag.yazi) - Bring macOS's awesome tagging feature to Yazi! The plugin is only available for macOS just like the name says. - -Note that `ya` is a newly introduced standalone CLI binary, not a shell alias for Yazi (See https://github.com/sxyazi/yazi/issues/914 for details) - -If you don't have it, you can also copy each directory ending with `.yazi` to your `~/.config/yazi/plugins` and manually keep them up to date. diff --git a/hide-preview.yazi/README.md b/hide-preview.yazi/README.md index 6fcd151..f307e66 100644 --- a/hide-preview.yazi/README.md +++ b/hide-preview.yazi/README.md @@ -17,9 +17,7 @@ Add this to your `~/.config/yazi/keymap.toml`: ```toml [[manager.prepend_keymap]] on = "T" -run = "plugin --sync hide-preview" -# For upcoming Yazi 0.4 (nightly version): -# run = "plugin hide-preview" +run = "plugin hide-preview" desc = "Hide or show preview" ``` diff --git a/max-preview.yazi/README.md b/max-preview.yazi/README.md index c5ef10b..73b9058 100644 --- a/max-preview.yazi/README.md +++ b/max-preview.yazi/README.md @@ -17,9 +17,7 @@ Add this to your `~/.config/yazi/keymap.toml`: ```toml [[manager.prepend_keymap]] on = "T" -run = "plugin --sync max-preview" -# For upcoming Yazi 0.4 (nightly version): -# run = "plugin max-preview" +run = "plugin max-preview" desc = "Maximize or restore preview" ``` diff --git a/smart-enter.yazi/README.md b/smart-enter.yazi/README.md index 09c14d5..d4c6bbd 100644 --- a/smart-enter.yazi/README.md +++ b/smart-enter.yazi/README.md @@ -15,9 +15,7 @@ Bind your l key to the plugin, in your `~/.config/yazi/keymap.toml`: ```toml [[manager.prepend_keymap]] on = "l" -run = "plugin --sync smart-enter" -# For upcoming Yazi 0.4 (nightly version): -# run = "plugin smart-enter" +run = "plugin smart-enter" desc = "Enter the child directory, or open the file" ```