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.
 
 
 
 
Po-Yu Hsieh c8b73e8fe6
Language Support for ATS (#523)
1 year ago
.devcontainer Bump devcontainer OS version (#1461) 1 year ago
.github update GH action names 1 year ago
.vscode Add devcontainer/codespace config (#857) 3 years ago
ascii cargo clippy 1 year ago
assets remove language badge github action 1 year ago
benches fix cargo bench 1 year ago
docs remove language badge github action 1 year ago
image cargo clippy 1 year ago
manifest Update cargo_toml from 0.20.5 to 0.21.0 (#1481) 1 year ago
resources
scripts Add script to preview/validate Nerd Fonts (#1492) 1 year ago
snap
src simplify loc computation for markdown 1 year ago
tests Drop unused shebangs from repo test fixture scripts (#1375) 2 years ago
.editorconfig Add script to preview/validate Nerd Fonts (#1492) 1 year ago
.gitattributes Set snapshot language to plain text (#1003) 3 years ago
.gitignore feat(ascii): parse multi-byte unicode chars correctly + docs (#936) 3 years ago
.mailmap fix .mailmap 2 years ago
.rustfmt.toml
.tokeignore add .tokeignore 3 years ago
CHANGELOG.md update CHANGELOG 1 year ago
CONTRIBUTING.md simplify loc computation for markdown 1 year ago
Cargo.lock cargo update 1 year ago
Cargo.toml bump tokei to 13.0.0-alpha.7 1 year ago
LICENSE.md
Makefile change default target in Makefile 2 years ago
README.md remove language badge github action 1 year ago
build.rs cargo clippy 1 year ago
languages.yaml Language Support for ATS (#523) 1 year 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.

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