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] 38adb14eea
Bump @typescript-eslint/parser from 5.32.0 to 5.39.0 in /docs/vercel (#805)
3 years ago
.cargo add audit.toml to ignore time rustsec errors 4 years ago
.github Bump actions/stale from 5.1.1 to 6.0.0 (#793) 3 years ago
assets add flags to README 3 years ago
docs Bump @typescript-eslint/parser from 5.32.0 to 5.39.0 in /docs/vercel (#805) 3 years ago
resources update license cache dataset 4 years ago
snap fix typo 3 years ago
src Bump clap from 3.2.22 to 4.0.8 (#791) 3 years ago
.codecov.yml add codecov yml file 3 years ago
.editorconfig trim trailing whitespade in ascii art 5 years ago
.gitattributes move vercel into docs folder 4 years ago
.gitignore add DS_STORE to gitignore 4 years ago
.mailmap update .mailmap 5 years ago
CHANGELOG.md Fix typos in CHANGELOG.md (#756) 3 years ago
CONTRIBUTING.md Extract language definitions into data file (#699) 4 years ago
Cargo.lock Bump tera from 1.17.0 to 1.17.1 (#801) 3 years ago
Cargo.toml Bump clap from 4.0.8 to 4.0.10 (#802) 3 years ago
LICENSE.md add contributors file 7 years ago
Makefile Generate Windows installer from CD (#668) 4 years ago
README.md remove trailing space 3 years ago
build.rs remove rs extension from tera template 4 years ago
languages.yaml adding language xsl #490 (#798) 3 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 in 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]