Skip to content
Discussion options

You must be logged in to vote

Timewarrior stores things in totally different flat text files of its own:

  • it has one file for tags data and count of intervals per tag
  • another file with interval start and end times with tags corresponding to that interval. The interval file is one per month. These are not JSON.
  • There is also a global undo file that records each transaction with what is essentially a YAML record, but each interval has the same key name (txn) so while it parses as YAML, it ends up with one single record. It probably isn't intended to be YAML per se, but I don't know.

So no, it can't be synchronized with TaskChampion.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@smemsh
Comment options

Answer selected by coglinks
Comment options

You must be logged in to vote
1 reply
@coglinks
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants