-
https://djmitche.github.io/taskchampion/task-sync.html doesn't really say how to set up synchronization for a replica. It mentions `server_origin`, but not how to get that value. Let's improve that,…
-
From GothenburgBitFactory/taskwarrior#3361, we should allow the sync server to be configured by URL, not just origin. This will require
* changing the name of the `sync.server.origin` config to `syn…
-
TaskWarrior has a bunch of friendly "are you sure you want to do that?" prompts for potentially destructive actions, all of which can be disabled in the configuration. Let's do the same.
-
* What command(s) did you run?
```
$ task add due:35 Bad task
Created task 10.
$ task
'35' is not a valid date in the '' format.
```
* What did you expect to happen?
Better syntax chec…
-
Both for messages and, perhaps more importantly, for reports (#85).
-
This doesn't necessarily need to follow the TaskWarrior parent/child model, but could.
One issue with the TW model is that recurrence has to be handled on only one system, or you'll end up with mul…
-
#### To report a bug...
My configuration no longer works with the line:
`report.next.filter=+READY or (+PENDING and scheduled.before:eod and not +BLOCKED)`
I believe this is synonymous with:
`…
-
> term is looking for a new maintainer
| Details | |
| ------------------- | ---------------------------------------------- |
| Status …
-
Not sure what is the current default sorting method, but it does not appear to be either "latest first" or "oldest first".
Let's sort by time created as the default?
-
The idea here is to make Taskwarrior rely on Taskchampion as a dependency, rather than integrating the two into a single codebase.
This comes from GothenburgBitFactory/taskwarrior#2887 and a few ot…