From 78d9563bdfccea071f14ddbb25ccade5f5485983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E9=9B=85=20=C2=B7=20Misaki=20Masa?= Date: Thu, 27 Jun 2024 20:41:36 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6052d4..fd5f4cb 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ For specific installation commands and configuration instructions, check the ind - [hide-preview.yazi](hide-preview.yazi) - Switch the preview pane between hidden and shown. - [smart-filter.yazi](smart-filter.yazi) - Makes filters smarter: continuous filtering, automatically enter unique directory, open file on submitting. - [jump-to-char.yazi](jump-to-char.yazi) - Vim-like `f`, jump to the next file whose name starts with ``. +- [diff.yazi](diff.yazi) - Diff the selected file with the hovered file, create a living patch, and copy it to the clipboard. 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)