Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

🖥️ A tiny Mac menu bar app that enables you to quickly access latest & most popular Hacker News stories
https://mburakerman.github.io/mackernews/

go golang mac-app menubar-app

Last synced: 26 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Mackernews

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

https://github.com/mburakerman/mackernews/assets/17620102/f70bf1c7-6d8d-4b23-9353-759c36d54796


### ☁️ Live Reaload

Use [air](https://github.com/air-verse/air) package to enable live reload

run `air` command instead `go run main.go`




### 📦 Bundle

```
go build -o mackernews.app -ldflags="-s -w \
-X 'main.icon=' \
-X 'main.BundleID=' \
-X 'main.Version='" .
```