jtschichold/mm-process-url-list
Aggregate and collapse lists of URLs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| list | filenames of lists to aggregate (using glob) | yes | — |
| followSymbolicLinks | Indicates whether to follow symbolic links | no | true |
| initval | filename of the list to aggregate list to | no | — |
| filter | filename of the list to be used to filter entries out | no | — |
| outFormat | output format for the result list | no | — |
| inPlace | if set, files matching list pattern are filtered & transformed in place and not aggregated | no | — |
| result | filename to store result into | no | — |
| delta | filename to store filtered entries | no | — |
Outputs
| name | description |
|---|---|
| result | the filename with the resulting list |
| delta | the filename with the filtered entries |