walle / gimli

Utility for converting markup files to pdf files
https://github.com/walle/gimli
MIT License
538 stars 44 forks source link

Add recursive flag to convert all markup files in subfolders #4

Closed walle closed 13 years ago

walle commented 13 years ago

Add recursive flag to convert all markup files in subfolders.

I'm thinking like -r, there should be another flag to select if you want to convert all the files to -o build directory too.

nicknovitski commented 13 years ago

I've done this as of commit njay@68c27d9a97897760349f

I just need to write tests for it (recurse with file specified, recurse with directory specified, recurse with nothing specified), and then you can expect a pull request.

walle commented 13 years ago

I will close this now. Thanks to your patch. It's released in 0.1.6!