Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://mburakerman.github.io/mackernews/
- Owner: mburakerman
- License: mit
- Created: 2023-06-19T20:10:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-30T09:50:47.000Z (6 months ago)
- Last Synced: 2024-08-03T09:04:27.914Z (4 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
- Mac-Menubar-Megalist - Mackernews
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='" .
```