大家好,我是 Java陈序员。
作为一名牛马,平时对着电脑敲代码、写文案、办公一整天,你有没有好奇过:自己一天到底敲了多少下键盘?点了多少次鼠标?
今天,给大家介绍一款键鼠统计工具,帮你统计所有键盘与鼠标操作数据!
项目介绍
keyStats —— 一款跨平台轻量级系统统计工具,可以统计用户每日的键盘敲击次数、鼠标点击次数、鼠标移动距离和滚动距离。
功能特色:
- 跨平台适用:完美适配 macOS 和 Windows 双平台,无需复杂配置,即装即用
- 轻量小巧:主打轻量,后台静默统计,无广告、不捆绑,不占用多余内存
- 精准统计:实时统计记录每日键盘按键次数、鼠标左键和右键点击次数、鼠标移动的总距离、页面滚动的累计距离
- 数据本地存储:仅统计操作次数,不记录具体按键内容,并每日重置数据,支持 JSON 格式导出/导入,可备份数据
快速上手
Windows
- 方式一:从 GitHub Release 下载
https://github.com/debugtheworldbot/keyStats/releases
- 方式二:使用 Scoop 安装
scoop bucket add keystats https://github.com/debugtheworldbot/scoop-keystats
scoop install keystats
macOS
- 方式一:从 GitHub Release 下载
https://github.com/debugtheworldbot/keyStats/releases
- 方式二:使用 Homebrew 安装
# 订阅 tap
brew tap debugtheworldbot/keystats
# 安装应用
brew install keystats
# 更新应用
brew upgrade keystats
keyStats需要辅助功能权限才能监听键盘和鼠标事件,首次运行时,需授予权限。
功能体验
- 今日统计
- 键盘热力图
- 历史按键统计
- 应用统计
- 通知设置
keyStats 作为一款开源工具,不仅小而美,而且纯粹实用。如果你也想看看自己每天的键盘鼠标点击次数,快去下载安装吧~
项目地址:https://github.com/debugtheworldbot/keyStats
最后
推荐的开源项目已经收录到 GitHub 项目,欢迎 Star:
https://github.com/chenyl8848/great-open-source-project
或者访问网站,进行在线浏览:
https://chencoding.top:8090/#/
大家的点赞、收藏和评论都是对作者的支持,如文章对你有帮助还请点赞转发支持下,谢谢!