- 05 Oct, 2015 2 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
- 30 Sep, 2015 3 commits
-
-
Bram Schoenmakers authored
Much more powerful filtering of priorities
-
Jacek Sowiński authored
-
Jacek Sowiński authored
Now it is possible to do things like: `ls (>C)` # gives items with A-B priorities `ls (<=D)` # gives items with D-Z priorities `ls (!E)` # gives all items except those with E priority (also possible # with `ls -- -(E)` and maybe most importantly: `ls (<Z)` # gives items without priority PS Don't forget about escaping parentheses when calling from CLI
-
- 29 Sep, 2015 1 commit
-
-
Jacek Sowiński authored
Move core functionality of Filter.OrdinalTagFilter to it for possible reuse in future.
-
- 28 Sep, 2015 1 commit
-
-
Bram Schoenmakers authored
-
- 26 Aug, 2015 1 commit
-
-
Bram Schoenmakers authored
-
- 24 Aug, 2015 1 commit
-
-
Bram Schoenmakers authored
-
- 20 Aug, 2015 3 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
This was the result of the backward incompatible change in prompt-toolkit 0.47.
-
Bram Schoenmakers authored
-
- 18 Aug, 2015 2 commits
-
-
Bram Schoenmakers authored
This one supports the `complete_while_typing` flag in boolean form.
-
Bram Schoenmakers authored
-
- 12 Aug, 2015 1 commit
-
-
Bram Schoenmakers authored
Windows cmd 2 -- add color to output on Windows
-
- 10 Aug, 2015 7 commits
-
-
MinchinWeb authored
-
MinchinWeb authored
Fixes #32
-
MinchinWeb authored
-
MinchinWeb authored
-
MinchinWeb authored
See #32
-
MinchinWeb authored
-
MinchinWeb authored
-
- 01 Aug, 2015 3 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
Insprired from the Simpletask client for Android. https://github.com/mpcjanssen/simpletask-android
-
- 31 Jul, 2015 3 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
Fixes #20.
- 14 Jul, 2015 2 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
Tags with a value of length 1 were not highlighted with the metadata color. Compare: http://pythex.org/?regex=\b\S%2B%3A[^%2F\s]\S%2B\b&test_string=star%3A1%0Astar%3A12&ignorecase=0&multiline=0&dotall=0&verbose=0 http://pythex.org/?regex=\b\S%2B%3A[^%2F\s]\S*\b&test_string=star%3A1%0Astar%3A12&ignorecase=0&multiline=0&dotall=0&verbose=0
-
- 22 Jun, 2015 1 commit
-
-
root authored
-
- 20 Jun, 2015 5 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
If there was a todo with 'foo:somestring', it wouldn't be returned with the command above, because somestring couldn't be converted to a date or an integer, and therefore the OrdinalTagFilter just returns False. As a final fallback, use a GrepFilter match to do the string comparison such that the todo item(s) with this key:value combination will be returned.
-
- 18 Jun, 2015 2 commits
-
-
Bram Schoenmakers authored
Priority Aa or AB is (still) not allowed.
-
Bram Schoenmakers authored
Conflicts: README.md
-
- 13 Jun, 2015 1 commit
-
-
Bram Schoenmakers authored
-
- 12 Jun, 2015 1 commit
-
-
Bram Schoenmakers authored
The previous commit had the archive condition on the wrong place, resulting that todo.txt files were not written out at all if archiving was disabled. Also introduce the (overall) -a flag to disable auto archiving. -a comes from the original todo.txt CLI. It would have been nicer to have DoCommand support the -a flag, however, DoCommand doesn't know anything about archiving and I would like to keep it that way. Addresses issue #42.
-