https://github.com/rsyncosx/parsersyncoutput
https://github.com/rsyncosx/parsersyncoutput
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rsyncosx/parsersyncoutput
- Owner: rsyncOSX
- Created: 2024-09-07T17:50:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T07:25:41.000Z (about 1 year ago)
- Last Synced: 2025-02-28T14:28:08.665Z (about 1 year ago)
- Language: Swift
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hi there 👋
This package is code for parsing the text output from `rsync`, for extracting key numbers of the output for updating views and log in RsyncUI.
The package is used in [version 2.1.1 and later](https://github.com/rsyncOSX/RsyncUI) of RsyncUI.
By Using Swift Package Manager (SPM), parts of the source code in RsyncUI is extraced and created as packages. The old code, the base for packages, is deleted and RsyncUI imports the new packages.
In Xcode 16 there is also a new module, Swift Testing, for testing packages.By SPM and Swift Testing, the code for RsyncUI is modularized, isolated, and tested before committing changes.