GitHub - norayr/todo_script: very simple script for displaying/tracking tasks

i use this script to track

  • what i did (and get dopamine reward)
  • what i want (or have) to do

i open a file in the current directory for a day, like

there i write something like:

- something i want to do, but didn't do yet.
+ something i have done, yay.

then i run the script like

and i get


2023-01-31

something i want to do, but didn't do yet.

s̶o̶m̶e̶t̶h̶i̶n̶g̶ ̶i̶ ̶h̶a̶v̶e̶ ̶d̶o̶n̶e̶,̶ ̶y̶a̶y̶


so when i accomplish something, i mark it with '+', and it'll be shown as striked, i. e. - done.

it is possible to see what are your todos for last year:

or for the current month:

that's all folks!