todo.sh - probably the most useful but simple script I have ever written

The name says it all.

It's a simple script to manage a To-Do list.

All it does is add entries to a text file and display it nicely, and yet it is so useful.

It helps me to keep track of *what* I need to do and makes me not lose my focus doing other things.

If you want to check it out, get it from my Codeberg repository:

todo.sh

Back