Skip to content

Commit 050f5c4

Browse files
committed
update readme
1 parent c12a062 commit 050f5c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323

2424
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.
2525

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.
26+
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).
2727

2828
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.
2929

3030
<img src="assets/screenshot-2.png" align="right" height="280px">
3131

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.
32+
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.
3333

3434
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.
3535

0 commit comments

Comments
 (0)