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

Menu bar app, based on hammerspoon, to show pull requests assigned to you

Home Page:https://fork-my-spoons.github.io/spoons/github/github-pull-requests/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Menu bar app, based on hammerspoon, to show pull requests assigned to you

https://fork-my-spoons.github.io/spoons/github/github-pull-requests/

License:MIT License


Languages

Language:Lua 100.0%