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

https://github.com/pasindu-kavinda/github-user-activity

Roadmap.sh project challenges
https://github.com/pasindu-kavinda/github-user-activity

bash gum jq roadmap-sh shell

Last synced: 2 days ago
JSON representation

Roadmap.sh project challenges

Awesome Lists containing this project

README

          

# Github User Activity

![GNU Bash Badge](https://img.shields.io/badge/Shell-4EAA25?logoColor=fff&style=flat)
![GNU Bash Badge](https://img.shields.io/badge/Gum-bc26c7?logo=gum&logoColor=fff&style=flat)

> Roadmap.sh Project URL: https://roadmap.sh/projects/github-user-activity

## How to run

- Install [gum](https://github.com/charmbracelet/gum)
- Install [jq](https://jqlang.github.io/jq/download/)

Clone the repository.

```bash
git clone https://github.com/pasindu-kavinda/github-user-activity.git
cd github-user-activity
```

> Make sure to set `show-my-activity.sh` as executable.
```bash
chmod +x show-my-activity.sh
```

Run following commands to list your activities.

```bash
./show-my-activity.sh
```
## Output

Give your GitHub username.

![GitHub User Activity](./assets/images/image-1.png)

The script will look your activity.

![GitHub User Activity](./assets/images/image-2.png)

The script will list your activities in the following format.

![GitHub User Activity](./assets/images/image-3.png)