Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Repo Pull Requests

A menu bar app, showing a list of pull requests for multiple repositories:

screenshot

Installation

  • 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-repo-pull-requests.spoon, unzip and double click on a .spoon file. It will be installed under ~/.hammerspoon/Spoons folder.

  • install gh - GitHub CLI

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

-- github repo pull requests
hs.loadSpoon("github-repo-pull-requests")
spoon['github-repo-pull-requests']:setup({
  repos = {
    'streetturtle/awesome-wm-widgets',
    'hammerspoon/hammerspoon',
    'flutter/flutter'
  }
})
spoon['github-repo-pull-requests']:start()

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