taskwarrior

Results 106 issues of taskwarrior

_Tobias Mueller on 2014-04-15T13:26:59Z says:_ When creating a task with due:someday it is considered more important than tasks without a due date set. I think it is not intuitive as...

type:enhancement

_Roy Zuo on 2016-04-22T05:35:49Z says:_ I want to be able to give a different background color to weekend/holidays so that from list view I can directly tell which days I...

type:enhancement
topic:colors
topic:time

_Daniel Shahaf on 2015-08-25T07:51:23Z says:_ In 2.4.5 (2331810), it is not possible to add the literal string `\n` (two bytes) to an annotation using `task annotate`: ``` % task 1...

type:bug

_Paul Beckingham on 2013-08-21T10:34:56Z says:_ Adding polymorphism to the 'has' attribute modifier lets us query like this: task depends.has:22 list This will override the substring search with something more like...

type:enhancement

_Eric Hymowitz on 2017-05-11T14:46:41Z says:_ I don't know if this is a bug or a change. My `.taskrc` has this defined: {code} report.next.columns=id,tags,due,due.remaining,description,urgency report.next.labels=ID,Tags,Due, ,Description,U {code} The field "due.remaining" has...

type:bug

_Tomas Babej on 2015-01-13T10:16:42Z says:_ If you create task like: ``` task add test due:2014-01-12T22:00:00 until:2014-01-12T23:00:00 recur:daily ``` (today is 2014-01-13) You will see that the child tasks created for...

type:enhancement
topic:recurrence

_Dirk Deimeke on 2011-02-14T03:25:32Z says:_ It seems that recurring tasks are done by "simple" arithmetics. That does not work well, since you lose or gain an hour due to daylight...

type:bug
topic:recurrence

_David Patrick on 2013-11-27T05:44:59Z says:_ When customizing a report, you can choose from several format options (try "task columns") but when including a uda, (user-defined attribute, see: "man task") although...

type:enhancement

_Jennifer Cormier on 2012-02-25T00:53:44Z says:_ I would like to create a recurring task (T) with a sub-task (S). I can make task T depend on the first instance of sub-task...

type:enhancement
topic:recurrence

_Maarten on 2016-11-18T09:10:45Z says:_ It is currently impossible to ommit seconds in the output for timewarrior reports. For reporting/readability; seconds are somewhat too much of a good thing for management....

enhancement