TL;DR — Quick Summary
onefetch displays Git repository info in the terminal — languages, contributors, license, commits, LOC, ASCII art. A neofetch for your code repos.
onefetch shows your repo at a glance. Languages, commits, contributors — neofetch for code.
Installation
# macOS
brew install onefetch
# Cargo
cargo install onefetch
Usage
# Show repo info (run inside a Git repo)
onefetch
# Specify a repo path
onefetch ~/projects/my-app
# JSON output
onefetch --output json
# Hide ASCII art
onefetch --no-art
# Show only specific info
onefetch --disabled-fields created dependencies
Summary
- onefetch displays Git repository stats
- Language breakdown with percentages
- Contributors, license, commits, LOC
- ASCII art logo matching dominant language
- Written in Rust — customizable output