gitfetch-rs 0.1.4

Neofetch-style CLI tool for git providers (Rust port of gitfetch by Matars)
Documentation
gitfetch-rs - Rust Port
Copyright (C) 2025 AbletonPilot

This program is a Rust port of gitfetch:
  Original Project: https://github.com/Matars/gitfetch
  Original Author: Matars
  Original License: GPL-2.0

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

---

ATTRIBUTION

This software is a derivative work based on gitfetch by Matars.
The original Python implementation is available at:
https://github.com/Matars/gitfetch

Changes from the original:
- Complete rewrite in Rust for improved performance
- Additional features: local repository analysis, enhanced caching
- Cross-platform binary distribution

The core design, functionality, and visual style are based on the
original gitfetch project by Matars, licensed under GPL-2.0.