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

Allow Other Separators to be Used #28

Open jrg94 opened 4 years ago

jrg94 commented 4 years ago

Add another flag to allow the user to specify file name separators (including none). I'm not sure if I should make this freeform—so a user can provide any sort of separator—or provide predefined separator classes.

I'm thinking this change would dramatically alter how the tool functions currently. For instance, the default behavior currently uses dashes as separators. Perhaps the future default behavior will be to use the file name as the title directly. Then, it will be up to the user to specify a separator.

Also, title casing is automated. I wonder if this should continue to be the default behavior.