- 12 Nov, 2014 3 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
- 10 Nov, 2014 1 commit
-
-
Bram Schoenmakers authored
-
- 08 Nov, 2014 17 commits
-
-
Bram Schoenmakers authored
When using negation, the "--" separator should be used, so getopt doesn't stumble over -word constructs. Also add a test case that checks functionality of a negation with multiple words.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
There are actually two force modes, one to force adding a tag and one force mode that omits user interaction. The first kind is done with -a, the second one with -f. The meaning of -f changes in this commit, but now it's consistent with the other subcommands.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
The default value for this limit is -1 now. Any non-negative value will be used for the LimitFilter.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
Strict recurrence means that the actual due date of the todo item is used, instead of using today's date.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
Commands shouldn't care about the format of the todo number, TodoList will take care of that now. Added a bunch of tests for the commands to make sure they can deal with regexp values.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
- 02 Nov, 2014 3 commits
-
-
Bram Schoenmakers authored
Works for delete and do subcommands.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
- 01 Nov, 2014 10 commits
-
-
Bram Schoenmakers authored
Recurring todos deserved some attention, since the new instance after completing them pops up as a newly active task. This had to be surpressed to measure the length of the todolist, and only measure the new tasks within that range. Recurring tasks would be added beyond that cut-off point.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
- 31 Oct, 2014 4 commits
-
-
Bram Schoenmakers authored
The following configuration files are read: /etc/topydo.conf $HOME/.topydo .topydo topydo.conf Values in a file lower in this list prevail over values defined earlier.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
No need to set this default by the Sorter. A dependency less on Config.
-
- 30 Oct, 2014 2 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-