Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/P-404/cafmerge
A blazing-fast utility to help merge CAF tags into your ROM source with unbelievable ease.
https://github.com/P-404/cafmerge
Last synced: 11 days ago
JSON representation
A blazing-fast utility to help merge CAF tags into your ROM source with unbelievable ease.
- Host: GitHub
- URL: https://github.com/P-404/cafmerge
- Owner: P-404
- Created: 2021-08-08T14:40:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T18:22:25.000Z (over 2 years ago)
- Last Synced: 2024-08-02T05:23:16.625Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazingly-fast - cafmerge - A blazing-fast utility to help merge CAF tags into your ROM source with unbelievable ease. (Rust)
README
# cafmerge
A blazing-fast utility that lets you easily merge CAF tags into your ROM source.# Usage
First, you need a custom manifest:
BEFORE:
```xml
......
```AFTER:
```xml
......
```You must do this for every entry that you want to merge newer tags into!
Now, you can use cafmerge as:
```bash
cafmerge --manifest /path/to/manifest.xml --tag LA.UM.KEK
```
This will begin merging the provided tag into the repos with the `caf` attribute in the manifest.
You can use `cafmerge --manifest /path/to/manifest.xml --show-conflicts` to list all repos among the ones in the manifest with conflicts for manual resolution.