ruanyf / weekly

科技爱好者周刊,每周五发布
47.54k stars 2.87k forks source link

【开源自荐】GitStatus:在 macOS menubar 显示 GitHub 通知 #4225

Open 0x2E opened 7 months ago

0x2E commented 7 months ago

GitStatus 是一个在 macOS menubar 显示 GitHub 通知的小工具。

有点简陋,但是可以帮助治疗「每五分钟开一次 GitHub」强迫症(我已经被治好了😉)

Repo:https://github.com/0x2E/GitStatus

预览

iamazy commented 7 months ago

我也需要治下这个毛病,有计划支持其他 Linux 吗😉

0x2E commented 7 months ago

@iamazy 我也需要治下这个毛病,有计划支持其他 Linux 吗😉

哈哈哈,遇到“病友”了。

暂时没有支持多平台的想法,用跨平台框架写这么简单的功能有点大炮打蚊子。实现起来就是轮询 GitHub 的接口,Linux 上写个定时任务就成。

不嫌弃 Electron 的话可以试试这个:https://github.com/gitify-app/gitify

qiweiii commented 7 months ago

我做了个浏览器插件解决这个问题:https://github.com/qiweiii/github-custom-notifier 浏览器插件算是跨平台了