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

added CLI option #8

Closed patatman closed 5 years ago

patatman commented 5 years ago

added the possibility to create a todo item straight of the commandline. This way you can even add items faster by parsing it:

todo -a "This is a task"

or

todo -a task
aesophor commented 5 years ago

Thanks!