- 09 Oct, 2015 7 commits
-
-
MinchinWeb authored
continuation line under-indented for visual indent
-
MinchinWeb authored
continuation line over-indented for visual indent
-
MinchinWeb authored
continuation line with same indent as next logical line
-
MinchinWeb authored
This allows the default discover on unittest to work
-
MinchinWeb authored
-
MinchinWeb authored
-
MinchinWeb authored
-
- 06 Oct, 2015 2 commits
-
-
Bram Schoenmakers authored
Summarizing: 1. Separate subject from body with a blank line 2. Limit the subject line to 50 characters 3. Capitalize the subject line 4. Do not end the subject line with a period 5. Use the imperative mood in the subject line 6. Wrap the body at 72 characters 7. Use the body to explain what and why vs. how
-
Bram Schoenmakers authored
The expression in the PrettyPrinterHideTagFilter expects that tag names don't have any spaces around them, but this could be the case when adding this to the configuration file: hide_tags = p, id So make sure to strip off all spaces from tag names before passing them along.
-
- 05 Oct, 2015 4 commits
-
-
Bram Schoenmakers authored
It's a 4 year old version of Python and some libraries are no longer supporting it anymore. This removes some hairy code to support Python 3.2 any longer.
-
Bram Schoenmakers authored
It has a backward incompatible change to rename the get_input() function to prompt(). For now it's still supported, but it's better to anticipate the removal of get_prompt() in the (near?) future.
-
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 1 commit
-
-
Bram Schoenmakers authored
-