Git repository summary in your terminal
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
o2sh fe35e62eaf
remove comment
6 months ago
.devcontainer Bump devcontainer OS version (#1461) 1 year ago
.github update wiki action 9 months ago
.vscode
ascii cargo clippy pedantic 7 months ago
assets Update msrv badge [Skip CI] 8 months ago
benches fix criterion warngin 7 months ago
docs Bump the site group in /docs/vercel with 11 updates (#1577) 7 months ago
image cargo clippy 8 months ago
manifest cargo clippy pedantic 7 months ago
resources
scripts Add script to preview/validate Nerd Fonts (#1492) 1 year ago
snap
src cargo clippy pedantic 7 months ago
tests Drop unused shebangs from repo test fixture scripts (#1375) 1 year ago
.editorconfig Revert "Flake devShell (#1549)" 9 months ago
.gitattributes
.gitignore Revert "Flake devShell (#1549)" 9 months ago
.mailmap fix .mailmap 2 years ago
.rustfmt.toml
.tokeignore
CHANGELOG.md update changelog 8 months ago
CONTRIBUTING.md Update CONTRIBUTING.md 11 months ago
Cargo.lock Bump image from 0.25.5 to 0.25.6 (#1563) 7 months ago
Cargo.toml Bump image from 0.25.5 to 0.25.6 (#1563) 7 months ago
LICENSE.md
Makefile
README.md Update README.md 11 months ago
build.rs cargo clippy pedantic 7 months ago
languages.yaml remove comment 6 months ago

README.md

Command-line Git information tool written in Rust

cargo Build Status help wanted

العربية | Česky | 简体中文 | Deutsch | Español | فارسی | Français | Italiano | 日本語 | 한국어 | Русский | Türkçe | Polski

Onefetch is a command-line Git information tool written in Rust that displays project information and code statistics for a local Git repository directly to your terminal. The tool is completely offline - no network access is required.

By default, the repo's information is displayed alongside the dominant language's logo, but you can further configure onefetch to instead use an image - on supported terminals -, a text input or nothing at all.

It automatically detects open source licenses from texts and provides the user with valuable information like code distribution, pending changes, number of dependencies (by package manager), top contributors (by number of commits), size on disk, creation date, LOC (lines of code), etc.

Onefetch can be configured via command-line flags to display exactly what you want, the way you want it to: you can customize ASCII/Text formatting, disable info lines, ignore files & directories, output in multiple formats (Json, Yaml), etc.

As of now, onefetch supports more than 100 different programming languages; if your language of choice isn't supported: Open up an issue and support will be added.

Contributions are very welcome! See CONTRIBUTING for more info.

Artwork by @Kuvshinov_Ilya

More: [Wiki] [Installation] [Getting Started]