aesophor / py-todo

📋 Lightweight reminder / todo-list in cli
https://www.reddit.com/r/unixporn/comments/9qy35q/oc_pytodo_a_lightweight_reminder_in_cli/
MIT License
107 stars 22 forks source link

ConfigParser for rebust config file parsing #27

Closed jonaylor89 closed 5 years ago

jonaylor89 commented 5 years ago

I kept running into configuration file parsing errors when using todo whenever the config file had extra whitespace. The ConfigParser class made the parsing more robust and made things more streamline. I also simplified the command line parsing bits (And changed one of the colors for my terminal but if that's a problem I can remove it for the pull request)

jonaylor89 commented 5 years ago

Ya, no problem. I forgot to put it back to the original until halfway through me making the pull request but it's back to the original one.

aesophor commented 5 years ago

@jonaylor89 I'm sorry that I just messed up your PR :sob: Can you please re-open a pull request? Thanks!