https://github.com/giannibyoung/rsync.yazi
simple rsync plugin for yazi file manager
https://github.com/giannibyoung/rsync.yazi
file-manager file-manager-cli terminal terminal-based terminal-file-manager tui yazi yazi-plugin
Last synced: 6 months ago
JSON representation
simple rsync plugin for yazi file manager
- Host: GitHub
- URL: https://github.com/giannibyoung/rsync.yazi
- Owner: GianniBYoung
- License: mit
- Created: 2024-08-03T03:49:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-03T22:30:40.000Z (about 1 year ago)
- Last Synced: 2025-04-05T05:12:52.725Z (6 months ago)
- Topics: file-manager, file-manager-cli, terminal, terminal-based, terminal-file-manager, tui, yazi, yazi-plugin
- Language: Lua
- Homepage:
- Size: 9.93 MB
- Stars: 20
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rsync.yazi
A [yazi](https://yazi-rs.github.io/) plugin for simple rsync copying locally and up to remote servers.

Thanks to [chrissabug](https://x.com/chrissabug) for creating lovely art!## Pre-reqs
1. yazi 3.0+
2. rsync
3. passwordless authentication if copying to a remote server## Installation
```sh
ya pack -a GianniBYoung/rsync
```## Usage
Add the binds to your `~/.config/yazi/keymap.toml`
**WARNING:** Make sure the chosen binding isn't already in use!!
```toml
[[manager.prepend_keymap]]
on = "R"
run = "plugin rsync"
desc = "Copy files using rsync"
```### Specify Default Remote Server
```toml
[[manager.prepend_keymap]]
on = "R"
run = "plugin rsync --args='user@server.com'"
desc = "Copy files using rsync to default location"
```## Troubleshooting
Basic logging information is sent to `~/.local/state/yazi/yazi.log`
*Note: This plugin has only been tested on linux
## Contributing
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!