New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

gh-activity-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gh-activity-cli

A CLI tool to fetch and display recent GitHub activity for any user.

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

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-cli

Usage

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=10

Flags

  • --help     Show help info
  • --json     Output 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

Didier Ganthier

License

MIT

Keywords

github

FAQs

Package last updated on 26 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts