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.
 
 
 
 
dependabot[bot] e5958cec1e
Bump criterion from 0.8.0 to 0.8.1 (#1652)
3 days ago
.devcontainer Bump devcontainer OS version (#1461) 1 year ago
.github remvoe codeowners 2 weeks ago
.vscode
ascii fix build errors 4 months ago
assets update readme 2 weeks ago
benches fix criterion warngin 7 months ago
docs update wiki 2 weeks ago
image No unsafe (#1646) 2 weeks ago
manifest cargo upgrade 4 months ago
resources
scripts Add script to preview/validate Nerd Fonts (#1492) 1 year ago
snap
src Revert "read version from manifest first" 2 weeks ago
tests Support repos "without source code" (#1580) 6 months ago
.editorconfig Revert "Flake devShell (#1549)" 9 months ago
.gitattributes
.gitignore Revert "Flake devShell (#1549)" 9 months ago
.mailmap
.rustfmt.toml
.tokeignore
CHANGELOG.md update changelog 2 weeks ago
CONTRIBUTING.md Update CONTRIBUTING.md 11 months ago
Cargo.lock Bump criterion from 0.8.0 to 0.8.1 (#1652) 3 days ago
Cargo.toml update changelog 2 weeks ago
LICENSE.md
Makefile
README.md Update badge links in README.md 2 weeks ago
build.rs cargo clippy pedantic 7 months ago
languages.yaml remove comment 6 months ago

README.md

Onefetch - Command-line Git information tool

Crates.io Version GitHub Actions Workflow Status help wanted MSRV

Homepage | Installation | Documentation


Onefetch is a command-line Git information tool written in Rust that displays project information and code statistics for a local Git repository directly in your terminal.

The tool works completely offline with a focus on performance and customizability.

By default, repository information is shown alongside the dominant language’s ASCII logo, but you can configure onefetch to display an image on supported terminals.

It automatically detects open-source licenses from their text and provides valuable information such as language distribution, pending changes, dependency counts (per package manager), top contributors (by number of commits), disk usage, creation date, lines of code (LOC), and more.

Onefetch can be customized via command-line options to display exactly what you want, the way you want it: adjust the text styling, disable info lines, ignore files and directories, output in multiple formats (JSON, YAML), etc.

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

Contributions are very welcome! See CONTRIBUTING for more info.