Browse Source

Fix image height in README.md

Adjusted image heights in README for consistency.
pull/1648/head
Ossama Hjaji 2 weeks ago committed by GitHub
parent
commit
1f5e2ad460
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      README.md

4
README.md

@ -26,7 +26,7 @@ @@ -26,7 +26,7 @@
<a href="docs/README.pl.md">Polski</a>
</p>
<img src="assets/screenshot-1.png" align="right" height="270px">
<img src="assets/screenshot-1.png" align="right" height="265px">
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' @@ -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.
<img src="assets/screenshot-2.png" align="right" height="270px">
<img src="assets/screenshot-2.png" align="right" height="265px">
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.

Loading…
Cancel
Save