Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from Matars/gitfetch

A neofetch alternative for GitHub quick view

License

ilonic23/gitfetch

 
 

Repository files navigation

gitfetch

A neofetch-style CLI tool for GitHub, GitLab, Gitea, Forgejo, Codeberg, and Sourcehut statistics. Display your profile and stats from various git hosting platforms in a beautiful, colorful terminal interface with extensive customization options and intelligent layout adaptation.

Note: This project is still maturing with only ~20 closed issues as of October 26, 2025. If you encounter bugs, have feature requests, or want to contribute, please open an issue.

image image
2025-10-20-143110_hyprshot

Documentation

📖 Full Documentation

Quick Install

macOS (Homebrew)

brew tap matars/gitfetch
brew install gitfetch

Arch Linux (AUR)

yay -S gitfetch-python

From Source

pip install git+https://github.com/Matars/gitfetch

Features

  • Neofetch-style display with ASCII art
  • Comprehensive statistics from multiple git hosting platforms
  • Encourages maintaining commit streaks
  • Get PR's and issues quick view in terminal
  • Smart SQLite-based caching system
  • Cross-platform support (macOS and Linux)
  • Extensive customization options

Supported Platforms

  • GitHub - Uses GitHub CLI (gh) for authentication
  • GitLab - Uses GitLab CLI (glab) for authentication
  • Gitea/Forgejo/Codeberg - Uses personal access tokens
  • Sourcehut - Uses personal access tokens

Unisntall

brew uninstall gitfetch          # Homebrew
brew untap matars/gitfetch     # Homebrew tap
pip uninstall gitfetch          # pip
yay -R gitfetch-python          # AUR (yay)

License

GPL-2.0

About

A neofetch alternative for GitHub quick view

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Other 1.1%