-
I might be interested to join
-
### Summary
As synchronization between several clients is out-of-scope, perhaps adding `expose` command that allows to show current state of affairs can be helpful.
### Usage examples
- `ta e…
-
We parse tags in `taskchampion-cli`, and then enforce their formatting in `taskchampion`. Both of those should agree on what constitutes an allowed tag, and that should be documented somewhere.
-
Reasons mentioned in #4. This should come with a revision of the README, too.
-
..including defaults.
-
The `Usage` struct in the `taskchampion-cli` crate currently owns a whole bunch of strings, but in fact those are all static strings defined throughout the codebase. Let's use `&'static str`.
-
Let's try supporting synchronizing to etebase. Details in #167.
-
I'm copied on repos that see a lot of large issues with lots of comments. This generates a huge quantity of updates, each of which includes its own copy of all of that traffic, ballooning the task da…
-
The TaskWarrior CLI is pretty expressive, in a non-traditional way:
```shell
# multi-word inputs:
task add this is my new task
# some commands take a task prefix, that can be either an id or a p…
-
This should be similar to taskchampion::taskstorage, but specialized to store the data expected of a server as described in #34.
Aside from various management methods, this should have an `add_vers…