2mol / pboy

a small .pdf management tool with a command-line UI
BSD 3-Clause "New" or "Revised" License
737 stars 24 forks source link

Make word separator configurable #31

Closed n-st closed 5 years ago

n-st commented 5 years ago

This makes the word separator configurable via the config file (issue #28).

finalFileName now needs to be given an instance of the config so it can get the separator string from it. The only usage (in UI.hs) has been updated appropriately (it already had a config instance available in the right scope).