gh-activity-cli
v1.0.1
Published
A CLI tool to fetch and display recent GitHub activity for any user.
Downloads
5
Maintainers
Readme
github-activity-cli
A simple CLI tool to fetch and display recent public GitHub activity for any user.
Project URL
https://roadmap.sh/projects/github-user-activity
Installation
npm install -g gh-activity-cliUsage
github-activity <username> [--json] [--type=PushEvent] [--limit=5]Examples
github-activity torvalds
github-activity kamranahmedse --type=PushEvent --limit=3
github-activity didierganthier --json
github-activity someuser --limit=10Flags
--helpShow help info--jsonOutput raw JSON--type=<x>Filter by GitHub event type (e.g.PushEvent,ForkEvent,WatchEvent, etc.)--limit=<n>Limit the number of events displayed
What It Does
This CLI tool fetches a GitHub user's recent public activity using the GitHub Events API and displays it in your terminal. You can see actions like pushing commits, opening issues, starring repositories, and more. You can filter, limit, or export this data as JSON.
Author
License
MIT
