markdown-styles icon indicating copy to clipboard operation
markdown-styles copied to clipboard

Feature Request: use globbing for --input

Open SetTrend opened this issue 4 years ago • 0 comments

For my local repositories I'm using the GitHub standard of writing my ReadMe.md file to the root of the repository.

Currently, when I write generate-md --input . --output .html --layout github, all my repository files are copied to the .html folder.


Please add a globbing feature to the --input parameter. So users would be able to write:

generate-md --input .\*.md --output .html --layout github

- or -

generate-md --input ./content/**/*.md --output .html --layout github

SetTrend avatar Aug 10 '21 23:08 SetTrend