uwefladrich / scriptengine

A lightweight and extensible framework for execution scripts written in YAML.
GNU General Public License v3.0
15 stars 4 forks source link

Support wildcards in file tasks #70

Closed uwefladrich closed 1 year ago

uwefladrich commented 1 year ago

For example,

- base.copy
    src: foo/*.txt
    dst: bar/

for all base tasks where it makes sense.