Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xuchunyang/github-notifier.el
Displays your GitHub notifications unread count in Emacs mode-line
https://github.com/xuchunyang/github-notifier.el
Last synced: about 1 month ago
JSON representation
Displays your GitHub notifications unread count in Emacs mode-line
- Host: GitHub
- URL: https://github.com/xuchunyang/github-notifier.el
- Owner: xuchunyang
- Created: 2015-11-07T14:06:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T03:16:33.000Z (over 6 years ago)
- Last Synced: 2024-10-16T01:45:55.118Z (3 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 44.9 KB
- Stars: 32
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* github-notifier [[http://melpa.org/#/github-notifier][file:http://melpa.org/packages/github-notifier-badge.svg]]
[[file:img.png]]
=github-notifier= is a global minor-mode for Emacs that displays your GitHub
notifications unread count in mode-line. It checks the GitHub Notifications
API every minute.** Usage
=M-x github-notifier-mode=
If you want to call it from lisp (i.e., =(github-notifier-mode 1)=), make
sure =github-notifier-token= has been set up FIRSTLY, consult its doc-string
to learn how to generate an access token.