Programming pasttimes

ToDo Quick

I decided to make an application to keep a to do list because while I'm working on the computer, I often think of little tasks to perform and want to jot them down quickly. So I wanted an application that would be very fast, that I could quickly bring up to jot down a short note then have it go away. I found that most of the popular to do list applications are somewhat complicated and have way more features than I needed and are too slow to load. So I wrote a very simple one that has worked really great. It's essentially a light-weight text editor with the ability to mark an item, remove an item from your list, and move it to a done list with a date, and that's all it does. And it's very small, very lightweight, very quick, and I just keep it in my toolbar, and with a click, it opens up and I can jot a note down and save it with a keyboard shortcut. Items can be prioritized by simple use of the up/down arrow keys; faster than cut-and-pasting. It's worked out really great for me. ToDo Quick is available on SourceForge.

#projects