ewaldhorn / mackernews

A tiny Mac menu bar app that enables you to quickly access latest & most popular Hacker News stories

Home Page:https://mburakerman.github.io/mackernews/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mackernews

A a tiny Mac menu bar app that enables you to quickly access latest & most popular Hacker News stories

video.mp4


📦 Bundle

go build -o mackernews.app -ldflags="-s -w \
        -X 'main.icon=<icon-file-location>' \
        -X 'main.BundleID=<bundle-identifier>' \
        -X 'main.Version=<version>'" .

About

A tiny Mac menu bar app that enables you to quickly access latest & most popular Hacker News stories

https://mburakerman.github.io/mackernews/

License:MIT License


Languages

Language:Go 100.0%