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 f4ee5fc035 fix lisp ascii logo 5 years ago
.github replace master to main 5 years ago
assets update assets 5 years ago
docs fix exclude option 5 years ago
resources fix lisp ascii logo 5 years ago
snap prepare v2.9.0 release 5 years ago
src enable wrap_help feature for clap 5 years ago
tools fmt image_to_ascii.py 5 years ago
.editorconfig trim trailing whitespade in ascii art 5 years ago
.gitignore mv snapcraft.yaml into snap folder 5 years ago
.mailmap update .mailmap 5 years ago
.rustfmt.toml add rustfmt.toml 5 years ago
CONTRIBUTING.md fix links in CONTRIBUTING.md 5 years ago
Cargo.lock Bump serde_json from 1.0.64 to 1.0.65 (#469) 5 years ago
Cargo.toml Bump serde_json from 1.0.64 to 1.0.65 (#469) 5 years ago
LICENSE.md add contributors file 7 years ago
Makefile add build step to Makefile to fix CD 5 years ago
README.md Add Chinese README (#463) 5 years ago

README.md

A command-line Git information tool written in Rust

cargo Build Status help wanted

日本語 | فارسی | 简体中文

Onefetch is a command-line Git information tool written in Rust that displays project information and code statistics for a local Git repository directly on 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 50 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.

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