A yazi plugin for simple rsync copying locally and up to remote servers.
Thanks to chrissabug for creating lovely art!
- yazi 3.0+
- rsync
- passwordless authentication if copying to a remote server
ya pack -a GianniBYoung/rsync
Add the binds to your ~/.config/yazi/keymap.toml
WARNING: Make sure the chosen binding isn't already in use!!
[[manager.prepend_keymap]]
on = "R"
run = "plugin rsync"
desc = "Copy files using rsync"
[[manager.prepend_keymap]]
on = "R"
run = "plugin rsync --args='[email protected]'"
desc = "Copy files using rsync to default location"
Basic logging information is sent to ~/.local/state/yazi/yazi.log
*Note: This plugin has only been tested on linux
Run into a bug or want a certain feature added? Submit an issue!
PRs welcome :)
Please keep in mind the yazi plugin system is still very new - as more features are added
more possibilities will open up for this plugin!