|
21 | 21 |
|
22 | 22 | <img src="assets/screenshot-1.png" align="right" height="280px"> |
23 | 23 |
|
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 to your terminal. The tool is completely offline - no network access is required. |
| 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. The tool works completely offline with a focus on performance and customizability. |
25 | 25 |
|
26 | | -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. |
| 26 | +By default, repository information is shown alongside the dominant language’s logo. However, you can configure Onefetch to display an image (on supported terminals), custom text, or nothing at all. |
27 | 27 |
|
28 | | -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. |
| 28 | +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. |
29 | 29 |
|
30 | 30 | <img src="assets/screenshot-2.png" align="right" height="280px"> |
31 | 31 |
|
32 | | -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. |
| 32 | +Onefetch can be customized via command-line flags 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), and more. |
33 | 33 |
|
34 | | -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. |
| 34 | +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. |
35 | 35 |
|
36 | 36 | Contributions are very welcome! See [CONTRIBUTING](CONTRIBUTING.md) for more info. |
37 | 37 |
|
|
0 commit comments