Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mzyxnuel/github-activity-cli

CLI tool to monitor the activities of GitHub users
https://github.com/mzyxnuel/github-activity-cli

cli gson java maven spring-shell springboot

Last synced: about 1 month ago
JSON representation

CLI tool to monitor the activities of GitHub users

Awesome Lists containing this project

README

        

Github activity CLI

Run for help:
``` bash
github-activity -h
```

Options:
``` bash
SYNOPSIS
github-activity [--username String] --type String

OPTIONS
--username String
GitHub username
[Mandatory]

--type String
Type of activity: events, starred, or both
[Optional, default = both]
```

Example:
``` bash
github-activity [username] starred
```
![example](https://i.ibb.co/MV4Gj1s/Git-Hub-Activity-java-github-activity-cli-WSL-Ubuntu-Visual-Studio-Code-8-24-2024-4-49-12-PM.png)

[Inspired by roadmap.sh](https://roadmap.sh/projects/github-user-activity)