https://github.com/genkiroid/unite-github_notifications
unite source for github notifications
https://github.com/genkiroid/unite-github_notifications
Last synced: 3 months ago
JSON representation
unite source for github notifications
- Host: GitHub
- URL: https://github.com/genkiroid/unite-github_notifications
- Owner: genkiroid
- Created: 2017-02-21T13:13:00.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T01:18:45.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T12:32:51.983Z (10 months ago)
- Language: Vim script
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
Prepare file named `~/.github_notifications`.
```
let g:github_notifications = {
\ 'github_token': 'Your Github access token',
\ 'ghe_domain': 'Your GHE host domain',
\ 'ghe_token': 'Your GHE access token'
\}
```
Source names are as follows.
```
:Unite github_notifications
```
```
:Unite ghe_notifications
```
When using vim on wsl, set a flag on as follows. And set the command that invoke browser, if you need.
```
# Default is 0
let g:unite_github_notifications_wsl = 1
# Default is "/mnt/c/Program\ Files\ \(x86\)/Google/Chrome/Application/chrome.exe"
let g:unite_github_notifications_wsl = "/path/to/browser_bin"
```