Skip to content
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

Raw output of tasks #177

Open
IJustDev opened this issue Jun 8, 2020 · 1 comment
Open

Raw output of tasks #177

IJustDev opened this issue Jun 8, 2020 · 1 comment

Comments

@IJustDev
Copy link

IJustDev commented Jun 8, 2020

Is your feature request related to a problem? Please describe.
I think it would be a huge benefit for this cli if we could print out the current tasks in raw json form, so that other projects could migrate it into editors, for example vim or visual studio code.

Describe the solution you'd like
I would implement a flag called raw changing the output format to a json object with all requested information.

Additional context

$ tb -raw
{
  "task_name": "Make some food",
  "checked": false,
  "created": "and so on"
}
@IJustDev
Copy link
Author

IJustDev commented Jun 8, 2020

If this issue would be too much work and may be closed I would recommend anybody reading this, having the same problem as me, just using the 'database' file located in ~/.taskbook/storage/storage.json or for the archive ~/.taskbook/archive/archive.json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant