Skip to content

Tool to extract separate task lists from Google Tasks backup.

License

Notifications You must be signed in to change notification settings

LukaszLapaj/GoogleTaskConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Task Converter

A simple tool to extract separate task lists from Google Backup .json file. The extracted list can be used to move to another to-do app by copy-paste. Confirmed to work on Todoist.

Google Takeout

Go to https://takeout.google.com/settings/takeout and select Google Tasks from the list, and output format as JSON. After some time You will receive an email from Google with archive, which will include backup of your task list.

Usage

Put downloaded .jar file in the same directory as extracted Google Task backup file which has to be renamed to Tasks.json. Run with:

java -jar .\GoogleTaskConverter.jar

From each Google Task list, there will be created a separate .txt file with one task per line. Completed, hidden, deleted and empty tasks are skipped by default.

Download

Download here

To do

  • Semantic version naming in CI/CD

Requirements

  • Java 18+