Taskwarrior tab completion for the fish shell

Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
Mick Koch 2010-08-14 09:49:02 -04:00 committed by Paul Beckingham
parent 91d5448a5a
commit 2c055157e6
3 changed files with 140 additions and 0 deletions

View file

@ -32,6 +32,7 @@
+ Special tags 'nocal', 'nocolor' and 'nonag' are implemented.
+ The 'tags' command highlights special tags.
+ The 'stats' and 'info' reports not obey color.alternate.
+ New fish shell tab completion script (thanks to Mick Koch).
+ Fixed bug #427, preventing the task edit command to parse annotation
dates with spaces.
+ Fixed bug #433, making task command output more consistent.