An open API service indexing awesome lists of open source software.

https://github.com/f1uctus/todotxt2csv

A tool to migrate your todo.txt files to Notion CSV format.
https://github.com/f1uctus/todotxt2csv

csv csv-files csv-format notion script todo todotxt

Last synced: 6 days ago
JSON representation

A tool to migrate your todo.txt files to Notion CSV format.

Awesome Lists containing this project

README

          

todotxt2csv

A simple Python script to migrate your `.todo.txt` files to `.csv` format that can be imported to Notion.

## Usage
```
py todotxt2csv -i \
[-r ] \
[-o ] \
[-v ]
```
Verbosity levels:
| Argument value | Explanation |
|--------|-----------------------------|
| `-v d` | print all debug information |
| `-v e` | errors only (silent mode) |
| `-v i` | informational messages only |

`replacements.yml` file is used if you don't specify a file with custom replacement rules.

`regex-patterns-todotxt.yml` is required for script to work.

That file contains regex patterns to extract `todo.txt` task's properties.