From ce5083f044f26b50a134ebbfba8fd7168d5a3488 Mon Sep 17 00:00:00 2001 From: Ossama Hjaji Date: Sun, 30 Nov 2025 16:51:48 +0100 Subject: [PATCH] Adjust screenshot image heights in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37915562..b173dabe 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ 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. @@ -34,7 +34,7 @@ By default, the repo's information is displayed alongside the dominant language' It automatically detects open source licenses from texts and provides the user with valuable information like language 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.