Skip to content

Commit 03d7499

Browse files
authoredOct 26, 2020
Update README.md
1 parent 07d4ab8 commit 03d7499

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
<a href="https://snapcraft.io/onefetch"><img src="https://snapcraft.io/static/images/badges/en/snap-store-black.svg" alt="Get it from the Snap Store"></a>
1414
</p>
1515

16-
<img src="https://raw.githubusercontent.com/o2sh/onefetch/master/assets/aesthetic.png" align="right" height="240px">
16+
<img src="assets/aesthetic.png" align="right" height="240px">
1717

1818
Onefetch is a command-line Git information tool written in `Rust` that will display information and code statistics about your Git repository directly on your terminal.
1919

2020
By default, the repo's information is displayed alongside the dominant language's ASCII logo, but you can further configure Onefetch to instead display an image - on supported terminals (more info [here](https://github.com/o2sh/onefetch/wiki/Images-in-the-terminal)) -, a text input or nothing at all.
2121

2222
It automatically detects open source licenses from texts and provide the user with various info like: code distribution, pending changes, top contributors (by number of commits), size on disk, creation date, version, HEAD, last change, LOC (lines of code), etc.
2323

24-
<img src="https://raw.githubusercontent.com/o2sh/onefetch/master/assets/go.png" align="right" height="240px">
24+
<img src="assets/go.png" align="right" height="240px">
2525

2626
Onefetch can be configured via command-line flags to display exactly what you want, the you want it to; you can customize ASCII/Text formating, disable info lines, ignore files & directories, etc. Read more about it [here](https://github.com/o2sh/onefetch/wiki/customizing-Info).
2727

28-
As of now, onefetch supports more than 50 different programming languages; if your language of choice isn't supported: Open up an issue and support will be added.
28+
As of now, onefetch supports more than 50 different programming languages; if your favorite language isn't supported: Open up an issue and support will be added.
2929

3030
Contributions are very welcome! See [CONTRIBUTING](https://github.com/o2sh/onefetch/blob/master/CONTRIBUTING.md) for more info.
3131

0 commit comments

Comments
 (0)
Please sign in to comment.