haltcase / glob

Pure Nim library for matching file paths against Unix style glob patterns.
https://glob.bolingen.me
MIT License
61 stars 5 forks source link

partially address issue #7 includeHidden #14

Closed timotheecour closed 6 years ago

timotheecour commented 6 years ago

this PR partially addresses https://github.com/citycide/glob/issues/7 ; the actual fix will occur when https://github.com/nim-lang/Nim/issues/8225 is fixed