https://github.com/lujun9972/github-marathon-notifier
最近报名参加了github马拉松,为了防止忘了完成任务,撸了这个minor mode给我提醒。
https://github.com/lujun9972/github-marathon-notifier
Last synced: 5 months ago
JSON representation
最近报名参加了github马拉松,为了防止忘了完成任务,撸了这个minor mode给我提醒。
- Host: GitHub
- URL: https://github.com/lujun9972/github-marathon-notifier
- Owner: lujun9972
- Created: 2016-06-13T14:07:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-26T11:39:29.000Z (about 10 years ago)
- Last Synced: 2025-06-22T11:06:23.653Z (about 1 year ago)
- Language: Emacs Lisp
- Size: 235 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* github-marathon-notifier
最近报名参加了github马拉松,为了防止忘了完成任务,撸了这个minor mode给我提醒。
当今天尚未提交任何commit到github时,会在modeline上用 =font-lock-warning-face= 显示“GMH-!”,否则用默认face显示为"GMH"
** 当天尚未签到时:
[[file:./warn.png]]
** 连接github失败时:
[[file:./connection_broken.png]]
** 当天已经签到时:
[[file:./mark-done.png]]
* Usage
1. 配置 =github-marathon-notifier-user= 为github的用户名,默认为当前的登录用户名
2. 设置 =github-marathon-notifier-check-interval= 为检查的间隔时间,默认为10分钟
3. =M-x github-marathon-notifier-mode= 开启minor mode