|
1 | | -<h3 align="center"><img src="assets/onefetch.svg" height="130px"></h3> |
| 1 | +<div align="center"> |
2 | 2 |
|
3 | | -<h5 align="center">Command-line Git information tool written in Rust</h5> |
| 3 | +<img src="assets/onefetch.svg" height=120px> |
4 | 4 |
|
5 | | -<p align="center"> |
6 | | - <a href="https://crates.io/crates/onefetch"><img src="https://img.shields.io/crates/v/onefetch.svg" alt="cargo"></a> |
7 | | - <a href="https://github.com/o2sh/onefetch/actions"><img src="https://github.com/o2sh/onefetch/workflows/CI/badge.svg" alt="Build Status"></a> |
8 | | - <a href="https://github.com/o2sh/onefetch/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22"><img src="https://img.shields.io/github/issues/o2sh/onefetch/help%20wanted?color=green" alt="help wanted"></a> |
9 | | - <a href="LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a> |
10 | | - <img src="assets/msrv-badge.svg"> |
11 | | -</p> |
| 5 | +<h5>Command-line Git information tool written in Rust</h5> |
12 | 6 |
|
13 | | -<p align="center"> |
14 | | - <a href="docs/README.ar.md">العربية</a> | |
15 | | - <a href="docs/README.cs.md">Česky</a> | |
16 | | - <a href="docs/README.cn.md">简体中文</a> | |
17 | | - <a href="docs/README.de.md">Deutsch</a> | |
18 | | - <a href="docs/README.es.md">Español</a> | |
19 | | - <a href="docs/README.fa.md">فارسی</a> | |
20 | | - <a href="docs/README.fr.md">Français</a> | |
21 | | - <a href="docs/README.it.md">Italiano</a> | |
22 | | - <a href="docs/README.ja.md">日本語</a> | |
23 | | - <a href="docs/README.kr.md">한국어</a> | |
24 | | - <a href="docs/README.ru.md">Русский</a> | |
25 | | - <a href="docs/README.tr.md">Türkçe</a> | |
26 | | - <a href="docs/README.pl.md">Polski</a> |
27 | | -</p> |
| 7 | +[](https://github.com/o2sh/onefetch/releases) |
| 8 | +[](https://github.com/o2sh/onefetch/actions) |
| 9 | +[](https://github.com/o2sh/onefetch/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) |
| 10 | + |
28 | 11 |
|
29 | | -<img src="assets/screenshot-1.png" align="right" height="250px"> |
| 12 | +<h3> |
30 | 13 |
|
31 | | -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. |
| 14 | +[Homepage](https://onefetch.dev/) | [Installation](https://github.com/o2sh/onefetch/wiki/Installation) | [Documentation](https://github.com/o2sh/onefetch/wiki/) |
32 | 15 |
|
33 | | -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. |
| 16 | +</h3> |
34 | 17 |
|
35 | | -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. |
| 18 | +</div> |
36 | 19 |
|
37 | | -<img src="assets/screenshot-2.png" align="right" height="250px"> |
| 20 | +--- |
38 | 21 |
|
39 | | -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. |
| 22 | +<img src="assets/screenshot-2.png" align="right" height="270px"> |
40 | 23 |
|
41 | | -As of now, onefetch supports more than [100 different programming languages](https://onefetch.dev); if your language of choice isn't supported: Open up an issue and support will be added. |
| 24 | +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. |
42 | 25 |
|
43 | | -Contributions are very welcome! See [CONTRIBUTING](CONTRIBUTING.md) for more info. |
| 26 | +The tool works completely offline with a focus on performance and customizability. |
| 27 | + |
| 28 | +By default, repository information is shown alongside the dominant language’s ASCII logo, but you can configure onefetch to display an image on [supported terminals](https://github.com/o2sh/onefetch/wiki/images-in-the-terminal). |
| 29 | + |
| 30 | +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. |
44 | 31 |
|
45 | | -*Artwork by @Kuvshinov_Ilya* |
| 32 | +<img src="assets/screenshot-1.png" align="right" height="270px"> |
46 | 33 |
|
47 | | -### More: \[[Wiki](https://github.com/o2sh/onefetch/wiki)\] \[[Installation](https://github.com/o2sh/onefetch/wiki/Installation)\] \[[Getting Started](https://github.com/o2sh/onefetch/wiki/getting-started)\] |
| 34 | +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. |
| 35 | + |
| 36 | +Currently, onefetch supports more than [100 different programming languages](https://onefetch.dev); if your language of choice isn't supported: Open an issue and support will be added. |
| 37 | + |
| 38 | +Contributions are very welcome! See [CONTRIBUTING](CONTRIBUTING.md) for more info. |
0 commit comments