Skip to content

fork-my-spoons/github-pull-requests.spoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.