garbanzo
garbanzo is fast notification viewer!
- RSS feeds
- GitHub notifications
screencast-localhost_8080-2023.06.08-22_11_14.webm
support push notification
restriction...
- can't open a link in iframe
- can't open a private link
Install
go install
$ go install github.com/kijimaD/garbanzo@main
brew
$ brew install kijimaD/tap/garbanzo
How to use
$ garbanzo
and, access http://localhost:8080
[optional] GitHub token
If you want to receive GitHub notifications, require GitHub Personal Access Token(notification scope)! Token is used to fetch users notifications.
docker run
$ docker run --rm -it -p 8080:8080 -p 8081:8081 ghcr.io/kijimad/garbanzo:latest
image
Reference