Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 534 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 534 Bytes

todoist-conv

Converts Todoist CSVs to/from other formats to integrate with other tools, like mind mappers.

Usage

$ todoist-conv --help
Usage: todoist-conv [OPTIONS] FILE

  Converts Todoist FILE from input_format to output_format

Options:
  -i, --input-format [csv|opml|json]
                                  [required]
  -f, --output-format [csv|opml|json]
                                  [required]
  -o, --output-file FILE          [default: -]
  --help                          Show this message and exit.