bodand / cg3

Other
0 stars 0 forks source link

Globbing filepaths #10

Open bodand opened 1 year ago

bodand commented 1 year ago

cg3-db supports filtering files based on substrings. This should be extended to either globbing, which can be implemented internally, or regexes, in which case a suitable library should be imported.

This is only planned in the far future (after v0.2.x), but should be added for it is a rather nice QoL improvement.