ActivityWatch / activitywatch-old

[DEPRECATED] :watch: Logs your computer activities, a RescueTime replacement.
MIT License
16 stars 2 forks source link

Rotating output file to prevent (de)serializing large JSON files #24

Open ErikBjare opened 8 years ago

ErikBjare commented 8 years ago

Since adding an entry to the output.json can become very costly when the file grows large it might be prudent to store the data in a output/YYYY-MM-DD.json directory structure instead so that the output file is changed every day.