Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.21 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.21 KB

todoist-to-org-mode

Motivation

Recently discovered orgzly and decided to make the switch to org-mode based tasks.

Manual

Dependencies

  • Golang - The script is using go v1.21 but should be fairly backward compatible with older versions
  • Todoist API - The script uses v2 of the todoist api.

Flags

full name short name description
--key -k api key for your todoist account. Can be found here. Can have multiple.
--output -o Output file name. If left empty will print results in console.

Improvements

  • Currently recurring tasks are not supported.

Similar projects