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

Improve org file parsing logic #37

Closed Cycatz closed 1 year ago

Cycatz commented 1 year ago

Two improvements:

  1. Only filter lines beginning with * in org file since they must be headlines.
  2. Remove org 'DONE' keyword to avoid importing those done items.
aesophor commented 1 year ago

Thanks! 😸