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:
-
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.