Import your todo.txt tasks into the tasks.org format.
- Add your
todo.txt
file to this directory. - Go to your Tasks app, export a backup.
- Run the following:
cargo run > out.txt
The output will have:
Tags
---
{tag JSON},
...
Tasks
---
{task JSON},
...
- Copy paste those portions into the
"tags": [...]
and"tasks": [...]
of your backup.