ptsefton / chordprobook

Script to convert collections of chordpro format song charts to PDF, HTML, and word processing doc formats
Other
29 stars 4 forks source link

Write PDF files into a new directory by default #20

Closed ptsefton closed 8 years ago

ptsefton commented 8 years ago

All the generated PDF files create a lot of clutter. I'm going to make them go into a ./pdf directory.

ptsefton commented 8 years ago

Decided to implement a little differently, can specify where files go with a --directory option. This is a relative path. If there is a book or setlist file then the directory is relative to that. For single-page output it's relative to the source file and for file-globs like *.cho.txt it's relative to the working directory.