Skip to content

unknownuser88/github-notifications

Repository files navigation

Github Notifications

This plugin show github notifications count in statusbar

Generating Access Token

  • Account Settings -> Personal access tokens
  • "Generate new token" under "Personal access tokens"
  • For "Token description" you should give it a meaningful name, Example: sublime notifications plugin
  • Under "Select scopes" you can just select notifications

Paste the token in the settings section under the token option.

Settings

{
    "token": "", // Your GitHub API token
    "update_interval": 60, // seconds
    "template": "Github: {notif}"
}

Commands

{
    "caption": "Open Github Notifications",
    "command": "open_github_notifications"
}

Screenshot

Screenshot

About

Show github notifications count in statusbar

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages