-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow machine-readable import & export #173
Comments
Yeah, that seems reasonable. More sophisticated uses should use their own Replica, but lots of simpler uses can be accomplished with an export. |
I would suspect more towards the largest side of things - the actual output of tasks as JSON or whatever is easy (tasks are already serializable as JSON), but making sure the output is as we want, documented, and tested to ensure stability of output will take a bit of time and thought |
Thanks. Moved under v0.9.0 which translates into "aiming to get it done before the release, but without any particular urgency". |
Per discussion in #162, let's include an |
Based on https://github.com/djmitche/taskchampion/issues/159, shall we narrow-down the scope to a single machine-readable export that can be passed to an arbitrary tool?
As an example:
ta export tasks
— dumps all tasks into stdout wrapped in JSON.The text was updated successfully, but these errors were encountered: