Giter Site home page Giter Site logo

github-notifications-bitbar's Introduction

GitHub Notifications for BitBar

A plugin for BitBar (free) to display all your GitHub notifications in the menu bar.

Screenshot

Prerequisites

  • BitBar (free). Download here.
  • Latest version of Xcode (free) with Swift 4 support.
  • Personal GitHub API key. Follow this guide to generate one.

Install

  • Option 1: Drop the github-notifications.1m.swift file in your BitBar plugin directly.
  • Option 2: Copy, paste, then open the following URL in your browser: bitbar://openPlugin?title=Github%20Notifications&src=https://raw.githubusercontent.com/kaishin/github-notifications-bitbar/master/github-notifications.1min.swift

Settings

Once you have an API key, open the script installed in your plugin directory and set it in the GitHubAPIKey variable.

You can also choose to display a badge by setting showCountBadge to true.

let GitHubAPIKey = "" // Set it to use your own GitHub API token key.
var showCountBadge = false // Show the notification badge in the menu bar.

If you want to change the update frequency, you can change the 1m in the filename to your preferred duration (10s, 5m, 1h, etc).

github-notifications-bitbar's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.