Browse Source

Adjust image heights in README.md

Updated image heights in README.md for better layout.
pull/1650/head
Ossama Hjaji 2 weeks ago committed by GitHub
parent
commit
241501f568
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      README.md

4
README.md

@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
---
<img src="assets/screenshot-1.png" align="right" height="280px">
<img src="assets/screenshot-1.png" align="right" height="260px">
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 @@ -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.
<img src="assets/screenshot-2.png" align="right" height="280px">
<img src="assets/screenshot-2.png" align="right" height="260px">
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.

Loading…
Cancel
Save