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 Support for Timestamps #35

Closed LouisKlimek closed 3 years ago

aesophor commented 3 years ago

Thank you! This is a nice and useful feature.

Just one little thing: Adding a todo item without timestamp will show 00:00:00 by default, which (in my opinion) could be a bit verbose and distracting. Perhaps this feature can be implemented as togglable via config?

LouisKlimek commented 3 years ago

Thank you! This is a nice and useful feature.

Just one little thing: Adding a todo item without timestamp will show 00:00:00 by default, which (in my opinion) could be a bit verbose and distracting. Perhaps this feature can be implemented as togglable via config?

Making it togglable + showing just nothing like before, when the timestamp is 00:00:00 maybe? I could implement that quickly if you like.

LouisKlimek commented 3 years ago

Thank you! This is a nice and useful feature. Just one little thing: Adding a todo item without timestamp will show 00:00:00 by default, which (in my opinion) could be a bit verbose and distracting. Perhaps this feature can be implemented as togglable via config?

Making it togglable + showing just nothing like before, when the timestamp is 00:00:00 maybe? I could implement that quickly if you like.

Done :)

aesophor commented 3 years ago

Thank you!

(Sorry for late reply, I got my wisdom tooth extracted the other day, and I didn't feel well until today)