-
+
Onefetch is a command-line Git information tool written in `Rust` that will display project information and code statistics about your Git repository directly on your terminal.
@@ -21,7 +21,7 @@ By default, the repo's information is displayed alongside the dominant language'
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.
-
+
Onefetch can be configured via command-line flags to display exactly what you want, the you want it to: you can customize ASCII/Text formatting, disable info lines, ignore files & directories, etc. Read more about it [here](https://github.com/o2sh/onefetch/wiki/command-line-options).
diff --git a/assets/go.png b/assets/go.png
deleted file mode 100644
index 46258b560..000000000
Binary files a/assets/go.png and /dev/null differ
diff --git a/assets/kubernetes.png b/assets/kubernetes.png
new file mode 100644
index 000000000..9565a5331
Binary files /dev/null and b/assets/kubernetes.png differ
diff --git a/assets/linux.png b/assets/linux.png
deleted file mode 100644
index 51eeccf56..000000000
Binary files a/assets/linux.png and /dev/null differ
diff --git a/assets/react.png b/assets/react.png
new file mode 100644
index 000000000..898442035
Binary files /dev/null and b/assets/react.png differ
diff --git a/onefetch.1 b/onefetch.1
index c6505014b..e69de29bb 100644
--- a/onefetch.1
+++ b/onefetch.1
@@ -1,102 +0,0 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
-.TH ONEFETCH "1" "November 2020" "onefetch 2.6.0" "User Commands"
-.SH NAME
-onefetch \- manual page for onefetch 2.6.0
-.SH DESCRIPTION
-onefetch 2.6.0
-Git repository summary on your terminal
-.SS "USAGE:"
-.IP
-onefetch [OPTIONS] [\-\-] [input]
-.SS "OPTIONS:"
-.HP
-\fB\-a\fR, \fB\-\-ascii\-language\fR
-.IP
-Which LANGUAGE's ascii art to print.
-.HP
-\fB\-d\fR, \fB\-\-disable\-fields\fR ...
-.IP
-Allows you to disable FIELD(s) from appearing in the output.
-.HP
-\fB\-\-ascii\-input\fR
-.IP
-Takes a non\-empty STRING as input to replace the ASCII logo. It is possible to pass a generated STRING by
-command substitution. For example:
-.IP
-\&'\-\-ascii\-input "$(fortune | cowsay \fB\-W\fR 25)"'
-.HP
-\fB\-c\fR, \fB\-\-ascii\-colors\fR ...
-.IP
-Colors (X X X...) to print the ascii art.
-.HP
-\fB\-t\fR, \fB\-\-text\-colors\fR ...
-.IP
-Changes the text colors (X X X...). Goes in order of title, ~, underline, subtitle, colon, and info. For
-example:
-.IP
-\&'\-\-text\-color 9 10 11 12 13 14'
-.HP
-\fB\-\-no\-bold\fR
-.IP
-Turns off bold formatting.
-.HP
-\fB\-l\fR, \fB\-\-languages\fR
-.IP
-Prints out supported languages.
-.HP
-\fB\-i\fR, \fB\-\-image\fR
-.IP
-Path to the IMAGE file.
-.HP
-\fB\-\-image\-backend\fR
-.IP
-Which image BACKEND to use.
-.HP
-\fB\-\-color\-resolution\fR
-.IP
-VALUE of color resolution to use with SIXEL backend.
-.HP
-\fB\-\-no\-merge\-commits\fR
-.IP
-Ignores merge commits.
-.HP
-\fB\-\-no\-color\-palette\fR
-.IP
-Hides the color palette.
-.HP
-\fB\-A\fR, \fB\-\-authors\-number\fR
-.IP
-NUM of authors to be shown. [default: 3]
-.HP
-\fB\-e\fR, \fB\-\-exclude\fR ...
-.IP
-Ignore all files & directories matching EXCLUDE.
-.HP
-\fB\-\-off\fR
-.IP
-Only shows the info lines.
-.HP
-\fB\-h\fR, \fB\-\-help\fR
-.IP
-Prints help information
-.HP
-\fB\-V\fR, \fB\-\-version\fR
-.IP
-Prints version information
-.SS "ARGS:"
-.IP
-
-.IP
-Run as if onefetch was started in instead of the current working directory.
-.SH "SEE ALSO"
-The full documentation for
-.B onefetch
-is maintained as a Texinfo manual. If the
-.B info
-and
-.B onefetch
-programs are properly installed at your site, the command
-.IP
-.B info onefetch
-.PP
-should give you access to the complete manual.