ad-si / TaskLite

The CLI task manager for power users
https://tasklite.org
GNU Affero General Public License v3.0
218 stars 12 forks source link

Provide a way of exporting data to Taskwarrior #48

Open ngirard opened 3 years ago

ngirard commented 3 years ago

As discussed in #47:

(...) should also be quite easy with TaskLite's JSON export and Taskwarrior's JSON import. Might need a little rewriting with jq, but apart from that it should be pretty straight forward.

I'm willing to dedicate some time to this, with some help to get me started :-)

ngirard commented 3 years ago

Related: Haskell-taskwarriorTypes and aeson instances for the taskwarrior json import/export specification.