You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in a Git checkout and would want to recurse all markdown from root (not a blog with a _blog/ path). I want it to ignroe the .git/ folder and while there's no --ignore-paths feature or default ignores, and inclusing glob would help.
Without it, I might have to do some find -exec fu.
The text was updated successfully, but these errors were encountered:
paul-hammant
changed the title
Glob support as alternative to directory path
New feature: Glob support as alternative to directory path
May 4, 2024
npx mddb "**/*.md"
would be nice.I'm in a Git checkout and would want to recurse all markdown from root (not a blog with a
_blog/
path). I want it to ignroe the .git/ folder and while there's no--ignore-paths
feature or default ignores, and inclusing glob would help.Without it, I might have to do some
find -exec
fu.The text was updated successfully, but these errors were encountered: