SolidLabResearch / derived-resources-component

Adds support for derived resources
MIT License
4 stars 0 forks source link

Support using globs for selecting all resources in a nested container #3

Closed phochste closed 8 months ago

phochste commented 8 months ago

As an added feature it would be nice to have a container structure like:

container/
     nested/
         deeper/
             bla$.ttl
          nested$.ttl
     foo$.ttl
     bar$.ttl

And use a gitignore style glob pattern to select all nested resources for a selector:

 derived:selector <container/**/*>;