There are many kinds of being famous. This is just a very nerdy one. 🤓
brew install blacktop/tap/gitfamousOr
go install github.com/blacktop/go-gitfamous@latestOr download the latest release
> gitfamous --help
Github Event Tracker TUI
Usage:
gitfamous <username> [flags]
Flags:
-t, --api string Github API Token
-c, --count int Number of events to fetch
-f, --filter strings Comma-separated list of event types to display
-h, --help help for gitfamous
-s, --since string Limit events to those after the specified amount of time (e.g. 1h, 1d, 1w)
-V, --verbose Verbose outputCreate a configuration file at ~/.config/gitfamous/config.yml:
users:
- username: "user1"
- username: "user2"
token: "optional_user_specific_token"
default_settings:
count: 50
since: "1w"
filter: ["PushEvent", "PullRequestEvent", "CreateEvent"]Then run gitfamous without any arguments:
> gitfamousThis will launch a tabbed interface where you can switch between users using arrow keys or j/l.
MIT Copyright (c) 2024-2025 blacktop

