slim-sprig icon indicating copy to clipboard operation
slim-sprig copied to clipboard

Add filepath.Glob filepath.Join support

Open lixin9311 opened this issue 4 years ago • 1 comments

The upstream repo gives little priority to data source support such as glob.

But we need something similar to wildcard from GNU Make in order to ease the building script.

Currently, I'm using a combination of find and different vars, which is not straightforward.

I could submit a Pull Request if you like, but I believe it is pretty simple.

lixin9311 avatar Sep 16 '21 12:09 lixin9311

Hi @lixin9311,

I think having these functions probably makes sense, but IMO they would likely be a better fit in the task repository than on this one.

andreynering avatar Sep 27 '21 00:09 andreynering