Skip to content

Commit 4ee1c1e

Browse files
committed
update assets and bump version
1 parent d9e8184 commit 4ee1c1e

File tree

8 files changed

+4
-106
lines changed

8 files changed

+4
-106
lines changed

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
edition = "2018"
33
name = "onefetch"
44
description = "Git repository summary on your terminal"
5-
version = "2.6.0"
5+
version = "2.7.0"
66
authors = ["o2sh <[email protected]>"]
77
readme = "README.md"
88
license = "MIT"

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
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="assets/linux.png" align="right" height="240px">
16+
<img src="assets/react.png" align="right" height="240px">
1717

1818
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.
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 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.
2323

24-
<img src="assets/go.png" align="right" height="240px">
24+
<img src="assets/kubernetes.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 formatting, disable info lines, ignore files & directories, etc. Read more about it [here](https://github.com/o2sh/onefetch/wiki/command-line-options).
2727

Diff for: assets/go.png

-85.3 KB
Binary file not shown.

Diff for: assets/kubernetes.png

84.9 KB
Loading

Diff for: assets/linux.png

-204 KB
Binary file not shown.

Diff for: assets/react.png

203 KB
Loading

Diff for: onefetch.1

-102
Original file line numberDiff line numberDiff line change
@@ -1,102 +0,0 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
2-
.TH ONEFETCH "1" "November 2020" "onefetch 2.6.0" "User Commands"
3-
.SH NAME
4-
onefetch \- manual page for onefetch 2.6.0
5-
.SH DESCRIPTION
6-
onefetch 2.6.0
7-
Git repository summary on your terminal
8-
.SS "USAGE:"
9-
.IP
10-
onefetch [OPTIONS] [\-\-] [input]
11-
.SS "OPTIONS:"
12-
.HP
13-
\fB\-a\fR, \fB\-\-ascii\-language\fR <LANGUAGE>
14-
.IP
15-
Which LANGUAGE's ascii art to print.
16-
.HP
17-
\fB\-d\fR, \fB\-\-disable\-fields\fR <FIELD>...
18-
.IP
19-
Allows you to disable FIELD(s) from appearing in the output.
20-
.HP
21-
\fB\-\-ascii\-input\fR <STRING>
22-
.IP
23-
Takes a non\-empty STRING as input to replace the ASCII logo. It is possible to pass a generated STRING by
24-
command substitution. For example:
25-
.IP
26-
\&'\-\-ascii\-input "$(fortune | cowsay \fB\-W\fR 25)"'
27-
.HP
28-
\fB\-c\fR, \fB\-\-ascii\-colors\fR <X>...
29-
.IP
30-
Colors (X X X...) to print the ascii art.
31-
.HP
32-
\fB\-t\fR, \fB\-\-text\-colors\fR <X>...
33-
.IP
34-
Changes the text colors (X X X...). Goes in order of title, ~, underline, subtitle, colon, and info. For
35-
example:
36-
.IP
37-
\&'\-\-text\-color 9 10 11 12 13 14'
38-
.HP
39-
\fB\-\-no\-bold\fR
40-
.IP
41-
Turns off bold formatting.
42-
.HP
43-
\fB\-l\fR, \fB\-\-languages\fR
44-
.IP
45-
Prints out supported languages.
46-
.HP
47-
\fB\-i\fR, \fB\-\-image\fR <IMAGE>
48-
.IP
49-
Path to the IMAGE file.
50-
.HP
51-
\fB\-\-image\-backend\fR <BACKEND>
52-
.IP
53-
Which image BACKEND to use.
54-
.HP
55-
\fB\-\-color\-resolution\fR <VALUE>
56-
.IP
57-
VALUE of color resolution to use with SIXEL backend.
58-
.HP
59-
\fB\-\-no\-merge\-commits\fR
60-
.IP
61-
Ignores merge commits.
62-
.HP
63-
\fB\-\-no\-color\-palette\fR
64-
.IP
65-
Hides the color palette.
66-
.HP
67-
\fB\-A\fR, \fB\-\-authors\-number\fR <NUM>
68-
.IP
69-
NUM of authors to be shown. [default: 3]
70-
.HP
71-
\fB\-e\fR, \fB\-\-exclude\fR <EXCLUDE>...
72-
.IP
73-
Ignore all files & directories matching EXCLUDE.
74-
.HP
75-
\fB\-\-off\fR
76-
.IP
77-
Only shows the info lines.
78-
.HP
79-
\fB\-h\fR, \fB\-\-help\fR
80-
.IP
81-
Prints help information
82-
.HP
83-
\fB\-V\fR, \fB\-\-version\fR
84-
.IP
85-
Prints version information
86-
.SS "ARGS:"
87-
.IP
88-
<input>
89-
.IP
90-
Run as if onefetch was started in <input> instead of the current working directory.
91-
.SH "SEE ALSO"
92-
The full documentation for
93-
.B onefetch
94-
is maintained as a Texinfo manual. If the
95-
.B info
96-
and
97-
.B onefetch
98-
programs are properly installed at your site, the command
99-
.IP
100-
.B info onefetch
101-
.PP
102-
should give you access to the complete manual.

0 commit comments

Comments
 (0)