anishathalye / dotbot

A tool that bootstraps your dotfiles ⚡️
MIT License
6.91k stars 288 forks source link

link glob patterns should support more than just `*` #267

Closed eengstrom closed 3 years ago

eengstrom commented 3 years ago

While the glob.glob() function supports more than just *, including [] character sets and ? single character matches, the glob: true for links does not.

Patch forthcoming.

eengstrom commented 3 years ago

Note that I actually see this as an extension of the fix already merged for #244