From 114e92020e6aa0bb72e3733579118f8cfbc33654 Mon Sep 17 00:00:00 2001 From: Ossama Hjaji Date: Sun, 30 Nov 2025 21:40:53 +0100 Subject: [PATCH] Fix image heights in README.md Adjusted image heights in README for better layout. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 812a77f2..d42290b4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ --- - + 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. @@ -27,7 +27,7 @@ By default, repository information is shown alongside the dominant language’s 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](https://github.com/o2sh/onefetch/wiki/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.