├── .DS_Store ├── .gitattributes ├── images ├── .DS_Store └── rsyncui.png └── README.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsyncOSX/RsyncOSX/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsyncOSX/RsyncOSX/HEAD/images/.DS_Store -------------------------------------------------------------------------------- /images/rsyncui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsyncOSX/RsyncOSX/HEAD/images/rsyncui.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## Hi there 👋 2 | 3 | 4 | [![GitHub license](https://img.shields.io/github/license/rsyncOSX/RsyncUI)](https://github.com/rsyncOSX/RsyncUI/blob/main/Licence.MD) 5 | ![GitHub Releases](https://img.shields.io/github/downloads/rsyncosx/RsyncUI/v2.8.2/total) 6 | [![GitHub issues](https://img.shields.io/github/issues/rsyncOSX/RsyncUI)](https://github.com/rsyncOSX/RsyncUI/issues) 7 | 8 | This is [the repository for RsyncUI](https://github.com/rsyncOSX/RsyncUI), a SwiftUI based macOS application. RsyncUI is released for *macOS Sonoma and later*. RsyncUI is a GUI on the Apple macOS platform for the command line tool [rsync](https://github.com/WayneD/rsync). It is `rsync` which executes the synchronize data tasks. The GUI is *only* for organizing tasks, setting parameters to `rsync` and make it easier to use `rsync`. 9 | 10 | | Homebrew | macOS versions | Latest version | 11 | | ----------- | ----------- | ----------- | 12 | | `brew install --cask rsyncui` | macOS Sonoma and later | v2.8.2 - [December 14, 2025](https://github.com/rsyncOSX/RsyncUI/releases) - in *active development* | 13 | | | | [documentation](https://rsyncui.netlify.app/docs/) and [changelog](https://rsyncui.netlify.app/blog/) | 14 | 15 | If you find RsyncUI useful, I would appreciate it if you could consider giving me a star on [the correct repository](https://github.com/rsyncOSX/RsyncUI). Each star serves as motivation for me to continue developing RsyncUI. 16 | 17 | The [user documentation](https://rsyncui.netlify.app/docs/)([repo](https://github.com/rsyncOSX/rsyncuidocs)) is based upon a fork of the excellent Hugo based theme [Docsy](https://github.com/google/docsy). RsyncUI might be installed by Homebrew or by direct download. It is *signed* and *notarized* by Apple. 18 | 19 | ![](images/rsyncui.png) 20 | 21 | --------------------------------------------------------------------------------