foobuzz / todo

A simple command line todo list manager which can be as powerful as you want it to be.
MIT License
381 stars 46 forks source link

Consider add new todo title without quotation marks #11

Closed dramon closed 6 years ago

dramon commented 6 years ago

It would be nice if something like this works:

$ todo add Install Squid
$ todo add Install Nginx' -c django
foobuzz commented 6 years ago

Hello,

For the sake of simplicity, and to stay standard with how arguments are understood by the command-line, I decided that I won't implement this change. It adds quite a deal of complexity on the command parsing part, for little benefit in my opinion. Thank you for the suggestion though.

dramon commented 6 years ago

OK. Thanks for your time.