- 12 Oct, 2014 14 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
Now, the todolist is the owner of the numbers.
-
Bram Schoenmakers authored
A step towards elimating knowledge of the todo list in the items itself.
-
Bram Schoenmakers authored
A step to get rid of todo.attributes["number"].
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
are passed to that subcommand. This is achieved by overriding the start position of where to take the arguments in argv.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
- 11 Oct, 2014 3 commits
-
-
Bram Schoenmakers authored
Also make a pretty printer for a single todo.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
Instead of numerous booleans that steer the pretty printer, let the caller pass on the desired transformation function.
-
- 09 Oct, 2014 5 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
- 27 Sep, 2014 10 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
This will mark the todo list dirty.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
- 21 Sep, 2014 8 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
add_dependency would store them as strings. On the next invocation of add_dependency, find_new_id wouldn't find the previously stored value since it looks for integers. Therefore it returns the same ID, resulting in duplicate edge IDs.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
There's a difference between 'text' and 'source text', where the former is a more user-friendly representation of a todo, while the source text is the raw text from the todo.txt file. Reflect this difference in the method name to avoid confusion with the 'text' method.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-