doneyet
doneyet copied to clipboard
A NCurses based To-Do list manager!
``` At the beginning I made a bad decision to store top level tasks in a vector, but all subtasks go inside parent tasks. This has required separate functions for...
I have had a little experience with googletest https://github.com/google/googletest and I would like to give it a try. First simple case I want to aim for is creating a new...
``` What steps will reproduce the problem? 1. Create a task tree: - Test - Test - Test - TestA - TestB 2. Mark Test A completed. 3. Refilter to...
``` Add undo functionality. ``` Original issue reported on code.google.com by `[email protected]` on 6 Aug 2009 at 4:33
``` Optionally allow saving automatically after every change to the list. This will probably wait until there's a proper undo functionality so that in the even you mess things up...
``` It's easy to open two copies of DoneYet pointing at the same project with disastrous consequences. Add an advisory locking policy to projects, and potentially a read-only mode. ```...
``` We need a color manager to bridge the gap between configured color pairs, and who uses those color pairs. At the moment, tasks, the hierarchical list, and the menu...
``` What steps will reproduce the problem? 1. Run screen 2. Run doneyet 3. Resize the window. What is the expected output? What do you see instead? Normally the window...
``` Make it possible to remove projects, edit project names. ``` Original issue reported on code.google.com by `[email protected]` on 5 Jul 2009 at 10:50
``` What steps will reproduce the problem? 1. Create a task 2. Enter locale characters like 'é' What is the expected output? What do you see instead? Expected: Character 'é'...