Skip to content

Commit ebc1277

Browse files
authoredDec 20, 2020
Update README.md
1 parent 2967891 commit ebc1277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515

1616
<img src="assets/react.png" align="right" height="240px">
1717

18-
Onefetch is a command-line Git information tool written in `Rust` that displays project information and code statistics about a Git repository directly on your terminal. The tool is completely offline - no network access is required.
18+
Onefetch is a command-line Git information tool written in `Rust` that displays project information and code statistics about your Git repository directly on your terminal. The tool is completely offline - no network access is required.
1919

2020
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 (more info [here](https://github.com/o2sh/onefetch/wiki/Images-in-the-terminal)) -, a text input or nothing at all.
2121

22-
It automatically detects open source licenses from texts and provides the user with various information like code distribution, pending changes, dependencies, top contributors (by number of commits), size on disk, creation date, version, HEAD, last change, LOC (lines of code), etc.
22+
It automatically detects open source licenses from texts and provides the user with valuable information like code 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.
2323

2424
<img src="assets/kubernetes.png" align="right" height="240px">
2525

0 commit comments

Comments
 (0)
Please sign in to comment.