Menu bar app for macOS which shows 10 latest events for a github profile, similar to the event feed on github's landing page:
- install Hammerspoon - a powerful 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-activity.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:
-- GitHub
hs.loadSpoon('github-activity')
spoon['github-activity']:setup({
username = 'streetturtle'
})
spoon['github-activity']:start()
This app uses icons, to properly display them, install a feather-font by downloading this .ttf font and installing it.