Skip to content

kijimaD/garbanzo

Repository files navigation

garbanzo

garbanzo is fast notification viewer!

  • RSS feeds
  • GitHub notifications
screencast-localhost_8080-2023.06.08-22_11_14.webm
  • support push notification

image

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

docker

$ docker run --rm -it -p 8080:8080 -p 8081:8081 ghcr.io/kijimad/garbanzo:latest

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.

And set your token.

$ echo "ghp_THIS_IS_TOKEN..." >> ~/.garbanzo/token

image

image

image

Reference