https://github.com/mburakerman/mackernews
🖥️ A tiny Mac menu bar app that enables you to quickly access latest & most popular Hacker News stories
https://github.com/mburakerman/mackernews
go golang mac-app menubar-app
Last synced: 28 days ago
JSON representation
🖥️ A tiny Mac menu bar app that enables you to quickly access latest & most popular Hacker News stories
- Host: GitHub
- URL: https://github.com/mburakerman/mackernews
- Owner: mburakerman
- License: mit
- Created: 2023-06-19T20:10:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T09:50:47.000Z (10 months ago)
- Last Synced: 2024-11-16T05:32:11.055Z (6 months ago)
- Topics: go, golang, mac-app, menubar-app
- Language: Go
- Homepage: https://mburakerman.github.io/mackernews/
- Size: 15.3 MB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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='" .
```