modulepackage
0.0.0-20250104191417-49ac29f59d9a
Repository: https://github.com/sponkurtus2/gitfetchgo.git
Documentation: pkg.go.dev
# README
📸 Screenshots

🛠 What is this?
GitFetchGo is a command-line tool that displays your Git repository information in a visually appealing way, similar to Neofetch. It shows details like branch status, recent commits, and repository statistics with ASCII art styling.
🛠️ Built With
- Go - The programming language used
- fatih/color - Color support for terminal output
- image2ascii - Converting images to ASCII art
📝 Dependencies
To run this project, you'll need:
- Go 1.16 or higher
- The following Go packages:
go get github.com/fatih/color go get github.com/qeesung/image2ascii
Installation
- Clone the repo
$ git clone https://github.com/sponkurtus2/gitFetchGo.git
- Use the installer
$ bash ./install.sh
- Run
$ gitFetchGo <github-username>
Support me 🤝
📝 License
This project is licensed under the MIT License - see the LICENSE file for details
🙏 Acknowledgments
- Inspired by Neofetch