Put your Head Down and Work Hard
A cli to fetch your recent GitHub commits, NO BS NO GUI
- View recent GitHub events (π)
- Fetch and display commit messages (π)
- Lightweight and easy to use (π₯)
- NO BS
Clone the repository:
git clone https://github.com/atharva-3000/commit-cli.git
cd commit-cli
go run main.goor run the executable
Follow the prompts to enter your GitHub username and the number of events you want to see. The tool will fetch and display your recent GitHub events.
Main Menu Choose an option:
Enter your GitHub username:
How many events do you want to see? (1-7)
Enter your GitHub username and the number of events you want to see. The tool will fetch and display your recent GitHub events, including event type, repository name, and commit messages.
- Go 1.23.2+
- Internet connection to fetch GitHub events
Contributions are welcome! If you have any ideas or improvements, feel free to open an issue or a pull request.
Here's how to contribute:
- Fork the repository
- Create a feature branch:
git checkout -b feature-name - Commit your changes:
git commit -m 'Add feature' - Push to your branch:
git push origin feature-name - Open a pull request
This project is licensed under the MIT License.
Happy task tracking! Idea Here
