kovetskiy / mark

Sync your markdown files with Confluence pages.
https://samizdat.dev
Other
978 stars 143 forks source link

feat: Support for double star (**) globbing #392

Closed oradwell closed 7 months ago

oradwell commented 7 months ago

Very annoying that the go filepath package doesn't support double star globbing. Using the bmatcuk/doublestar package as recommended in https://github.com/golang/go/issues/11862

Fixes #105

jimmcslim commented 7 months ago

Would be great if this was merged, will simplify some GitHub workflows we have written to publish documentation to Confluence!

oradwell commented 7 months ago

@mrueg thanks for merging. when should we expect a release containing this feature?

oradwell commented 7 months ago

released in 9.11.0

mrueg commented 7 months ago

yup, thanks for your contribution!