Skip to content

Commit

Permalink
update assets and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Nov 7, 2020
1 parent d9e8184 commit 4ee1c1e
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 106 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2018"
name = "onefetch"
description = "Git repository summary on your terminal"
version = "2.6.0"
version = "2.7.0"
authors = ["o2sh <[email protected]>"]
readme = "README.md"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
<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>
</p>

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

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.

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.

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.

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

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).

Expand Down
Binary file removed assets/go.png
Binary file not shown.
Binary file added assets/kubernetes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/linux.png
Binary file not shown.
Binary file added assets/react.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
102 changes: 0 additions & 102 deletions onefetch.1
Original file line number Diff line number Diff line change
@@ -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 <LANGUAGE>
.IP
Which LANGUAGE's ascii art to print.
.HP
\fB\-d\fR, \fB\-\-disable\-fields\fR <FIELD>...
.IP
Allows you to disable FIELD(s) from appearing in the output.
.HP
\fB\-\-ascii\-input\fR <STRING>
.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 <X>...
.IP
Colors (X X X...) to print the ascii art.
.HP
\fB\-t\fR, \fB\-\-text\-colors\fR <X>...
.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 <IMAGE>
.IP
Path to the IMAGE file.
.HP
\fB\-\-image\-backend\fR <BACKEND>
.IP
Which image BACKEND to use.
.HP
\fB\-\-color\-resolution\fR <VALUE>
.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 <NUM>
.IP
NUM of authors to be shown. [default: 3]
.HP
\fB\-e\fR, \fB\-\-exclude\fR <EXCLUDE>...
.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
<input>
.IP
Run as if onefetch was started in <input> 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.

0 comments on commit 4ee1c1e

Please sign in to comment.