Diff the selected file with the hovered file, create a living patch, and copy it to the clipboard.
screenshot-000982.mp4
ya pkg add yazi-rs/plugins:diffAdd this to your ~/.config/yazi/keymap.toml:
[[mgr.prepend_keymap]]
on = "<C-d>"
run = "plugin diff"
desc = "Diff the selected with the hovered file"Note that, the keybindings above are just examples, please tune them up as needed to ensure they don't conflict with your other actions/plugins.
This plugin is MIT-licensed. For more information check the LICENSE file.