[GH-ISSUE #107] Feature Request: Records Persistence #85

Open
opened 2026-05-05 04:53:00 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @pujiaxun on GitHub (Jan 26, 2018).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/107

I suppose there should be a switch to enable data persistence.

Just simple data structure like:

[
20180101: ['cmd+C', 'cmd+V' , ...],
20180102: [...]
]

As for the stats visualization, maybe I can be helpful.

Originally created by @pujiaxun on GitHub (Jan 26, 2018). Original GitHub issue: https://github.com/keycastr/keycastr/issues/107 I suppose there should be a switch to enable data persistence. Just simple data structure like: ```js [ 20180101: ['cmd+C', 'cmd+V' , ...], 20180102: [...] ] ``` As for the stats visualization, maybe I can be helpful.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/keycastr#85
No description provided.