https://github.com/aquilax/opmlmerge
Command line tool to merge opml files
https://github.com/aquilax/opmlmerge
command-line go opml
Last synced: over 1 year ago
JSON representation
Command line tool to merge opml files
- Host: GitHub
- URL: https://github.com/aquilax/opmlmerge
- Owner: aquilax
- License: mit
- Created: 2024-06-01T07:12:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-01T08:22:41.000Z (about 2 years ago)
- Last Synced: 2025-01-22T06:30:01.333Z (over 1 year ago)
- Topics: command-line, go, opml
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opmlmerge
Command line tool to merge opml files
## Installation
```bash
go install github.com/aquilax/opmlmerge@latest
```
## Usage
```bash
$ opmlmerge
Usage opmlmerge [FILE]...
```
Order of files matter as all subsequent files will be appended to the first one
excluding duplicate xmlURL-s