LeaVerou / brep

Write batch find & replace scripts that transform files with a simple human-readable syntax
12 stars 0 forks source link

Support globs in replacement `files` property #11

Open LeaVerou opened 2 months ago

LeaVerou commented 2 months ago

Leftover from #4. Currently a child files is tested as a substring. It would be nice if it could be a glob. However, it seems none of the glob packages support testing of a path against a glob, and it seems overly intensive to apply the glob, get paths, then intersect these paths with the root paths.