Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 2.23 KB

README.md

File metadata and controls

48 lines (35 loc) · 2.23 KB

GitHub Pull Requests

Build GitHub issues GitHub all releases

A menu bar app, showing a list of pull requests assigned to a user to review:

Each item in the list is showing following information:

Installation

  • install GitHub CLI

  • install Hammerspoon - a powerfull automation tool for OS X

    • Manually:

      Download the latest release, and drag Hammerspoon.app from your Downloads folder to Applications.

    • Homebrew:

      brew install hammerspoon --cask

  • download github-pull-requests.spoon, unzip and double click on a .spoon file. It will be installed under ~/.hammerspoon/Spoons folder.

  • open ~/.hammerspoon/init.lua and add the following snippet, with your github username:

-- github pull requests
hs.loadSpoon("github-pull-requests")
spoon['github-pull-requests']:setup({
  reviewer = 'streetturtle'
})
spoon['github-pull-requests']:start()

This app uses icons, to properly display them, install a feather-font by downloading this .ttf font and installing it.