Feature: Usage Statistics Tracking #295
kevintraver
started this conversation in
Ideas
Replies: 2 comments 1 reply
|
I really like this. Stuff like this is great. However I don't want to add Sqlite just for this. I'm sure a simple plist or something like that is sufficient to keep a bunch of counts. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I built a stats tracking feature to help optimize shortcut configurations based on actual usage patterns.
What it does
Screenshot
Why it's useful
After using Leader Key for a while, I wanted data to answer questions like:
Implementation
Branch
https://github.com/kevintraver/LeaderKey/tree/feat/usage-stats
Happy to open a PR if there's interest!
All reactions