Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mzyxnuel/github-activity-cli
- Owner: mzyxnuel
- License: mit
- Archived: true
- Created: 2024-08-21T16:28:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T14:58:45.000Z (2 months ago)
- Last Synced: 2024-09-25T21:41:39.273Z (about 1 month ago)
- Topics: cli, gson, java, maven, spring-shell, springboot
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Github activity CLI
Run for help:
``` bash
github-activity -h
```Options:
``` bash
SYNOPSIS
github-activity [--username String] --type StringOPTIONS
--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)