ejmg / tomaty

tomaty is a gtk+3 based application for the pomodoro technique 🍅
MIT License
6 stars 1 forks source link

add JSON serialization #51

Closed nucle0tides closed 6 years ago

nucle0tides commented 6 years ago

PURPOSE: Add basic JSON serialization to preserve amount of time spent pomodoro-ing each day. Saves and updates a dot file in a user's home directory (not......Windows compatible probably).

ejmg commented 6 years ago

Final comment besides what is being discussed above:

Did you run this locally via pip install -e .? Just double checking.

nucle0tides commented 6 years ago

@ejmg seems to work fine

nucle0tides commented 6 years ago

@ejmg love me

ejmg commented 6 years ago

looks great, thanks!