TheRenegadeCoder / image-titler

An image title generator using The Renegade Coder style
https://therenegadecoder.com
GNU General Public License v3.0
17 stars 6 forks source link

Add Config File Support #34

Open jrg94 opened 4 years ago

jrg94 commented 4 years ago

While the command line flags are nice, I'd love to be able to store settings in a file that we can point to from the command line. Nothing is really stopping the user from just calling this command multiple times, but I think config files are easier to read and easier to maintain.

This config file would allow you to specify batch settings on a per folder basis. For example, maybe I sort my folders by author, so I can apply logos on a per folder basis.

jrg94 commented 4 years ago

I just realized that premium, free, and normal articles need to be categorized as well... hmmm! Batch is more challenging than I originally thought.

jrg94 commented 4 years ago

Also, I'm thinking this needs to be a set of config files. That way, custom settings are in the folders that they're needed. Then, maybe a master config file can point to those folders. Hmm...