Add database merging to README

This commit is contained in:
Marty Oehme 2021-08-28 23:07:30 +02:00
parent 3c081f745c
commit 3184e5d6fa
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ Presumably works for other nomie 5.x versions and other Loop 2.x versions as wel
## Usage
Currently takes a single argument, the nomie database file, and will output to `output.db` in present working directory.
Can also take an existing Loop Habit database (exported from the application),
and add the nomie exported habits and checkmarks to it.
Simply put the exported Loop database in the same directory and call it `output.db`,
it will not (should not) overwrite anything.
Invoked like: `python migrate.py nomie-export.json`