Add database merging to README
This commit is contained in:
parent
3c081f745c
commit
3184e5d6fa
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue