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.
- Host: GitHub
- URL: https://github.com/f1uctus/todotxt2csv
- Owner: F1uctus
- License: gpl-3.0
- Created: 2020-06-19T13:32:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-26T12:04:45.000Z (over 5 years ago)
- Last Synced: 2025-03-05T17:17:27.730Z (about 1 year ago)
- Topics: csv, csv-files, csv-format, notion, script, todo, todotxt
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.