anishathalye / dotbot

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

link glob should support recursive globbing with `**` #270

Closed eengstrom closed 3 years ago

eengstrom commented 3 years ago

Newer versions of the glob() in Python (>= 3.5) support recursive globbing using **. I would like to use this, and have a PR forthcoming.