Commit graph

6 commits

Author SHA1 Message Date
bea6c0eca5
Fix ability to be run via poetry and cli
Program can now be invoked through poetry for development purposes,
invoke as follows from main directory: `poetry run move`.

Alternatively, can still be invoked via `python run.py <nomie-json>` and
now via `./run.py <nomie-json>` which uses system default python
installation. For now both commands are only mainly useful from the
poetry development virtual environment itself.
2021-10-07 10:17:42 +02:00
3184e5d6fa
Add database merging to README 2021-08-28 23:07:30 +02:00
1a5004e333
Add range habits 2021-08-28 22:03:45 +02:00
7c606436eb
Fix habit creation
Habit creation fully works successfully for the first time with this
setup.
2021-08-27 23:34:19 +02:00
f5e8861252
Put loop code into own file 2021-08-27 10:11:00 +02:00
c8f6e034a5
Create loop sqlite tables 2021-08-26 23:13:56 +02:00