This project is a Shell Script-based tool designed to fetch and display GitHub activities using the GitHub API. It leverages Gumtool for enhanced command-line user interaction, providing a simple and interactive way to track repositories, commits, pull requests, and other user activities. The script efficiently handles API requests and presents data in a user-friendly format, making it ideal for developers who want quick insights directly from their terminal.
This project was created for a challenge on Roadmap.sh. If you like this project, feel free to vote for the solution on Roadmap.sh
How It Works
Users can enter their GitHub username, and the script will display their activity.
The script will list your activities in the following format:
Check out the GitHub repository.