Skip to content

Commit f3702d2

Browse files
committedDec 16, 2020
bump version to 2.8.0
1 parent b6705bb commit f3702d2

File tree

3 files changed

+42
-36
lines changed

3 files changed

+42
-36
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.7.3"
5+
version = "2.8.0"
66
authors = ["o2sh <ossama-hjaji@live.fr>"]
77
readme = "README.md"
88
license = "MIT"

Diff for: ‎onefetch.1

+40-34
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,53 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
2-
.TH ONEFETCH "1" "November 2020" "onefetch 2.7.3" "User Commands"
2+
.TH ONEFETCH "1" "December 2020" "onefetch 2.8.0" "User Commands"
33
.SH NAME
4-
onefetch \- manual page for onefetch 2.7.3
4+
onefetch \- manual page for onefetch 2.8.0
55
.SH DESCRIPTION
6-
onefetch 2.7.3
6+
onefetch 2.8.0
77
Git repository summary on your terminal
88
.SS "USAGE:"
99
.IP
1010
onefetch [OPTIONS] [\-\-] [input]
1111
.SS "OPTIONS:"
1212
.HP
13-
\fB\-a\fR, \fB\-\-ascii\-language\fR <LANGUAGE>
13+
\fB\-j\fR, \fB\-\-json\fR
1414
.IP
15-
Which LANGUAGE's ascii art to print.
15+
Outputs Onefetch in JSON format.
1616
.HP
17-
\fB\-d\fR, \fB\-\-disable\-fields\fR <FIELD>...
17+
\fB\-l\fR, \fB\-\-languages\fR
1818
.IP
19-
Allows you to disable FIELD(s) from appearing in the output.
19+
Prints out supported languages.
20+
.HP
21+
\fB\-p\fR, \fB\-\-package\-managers\fR
22+
.IP
23+
Prints out supported package managers.
24+
.HP
25+
\fB\-\-show\-logo\fR <WHEN>
26+
.IP
27+
Specify when to show the logo (auto, never, *always*).
28+
If set to auto: the logo will be hidden if the terminal's width < 95.
29+
.HP
30+
\fB\-i\fR, \fB\-\-image\fR <IMAGE>
31+
.IP
32+
Path to the IMAGE file.
33+
.HP
34+
\fB\-\-image\-backend\fR <BACKEND>
35+
.IP
36+
Which image BACKEND to use.
37+
.HP
38+
\fB\-\-color\-resolution\fR <VALUE>
39+
.IP
40+
VALUE of color resolution to use with SIXEL backend.
41+
.HP
42+
\fB\-a\fR, \fB\-\-ascii\-language\fR <LANGUAGE>
43+
.IP
44+
Which LANGUAGE's ascii art to print.
2045
.HP
2146
\fB\-\-ascii\-input\fR <STRING>
2247
.IP
2348
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:
49+
command substitution.
50+
For example:
2551
.IP
2652
\&'\-\-ascii\-input "$(fortune | cowsay \fB\-W\fR 25)"'
2753
.HP
@@ -31,42 +57,26 @@ Colors (X X X...) to print the ascii art.
3157
.HP
3258
\fB\-t\fR, \fB\-\-text\-colors\fR <X>...
3359
.IP
34-
Changes the text colors (X X X...). Goes in order of title, ~, underline, subtitle, colon, and info. For
35-
example:
60+
Changes the text colors (X X X...). Goes in order of title, ~, underline, subtitle, colon, and info.
61+
For example:
3662
.IP
3763
\&'\-\-text\-colors 9 10 11 12 13 14'
3864
.HP
3965
\fB\-\-no\-bold\fR
4066
.IP
4167
Turns off bold formatting.
4268
.HP
43-
\fB\-l\fR, \fB\-\-languages\fR
44-
.IP
45-
Prints out supported languages.
46-
.HP
47-
\fB\-p\fR, \fB\-\-package\-managers\fR
48-
.IP
49-
Prints out supported package managers.
50-
.HP
51-
\fB\-i\fR, \fB\-\-image\fR <IMAGE>
52-
.IP
53-
Path to the IMAGE file.
54-
.HP
55-
\fB\-\-image\-backend\fR <BACKEND>
56-
.IP
57-
Which image BACKEND to use.
58-
.HP
59-
\fB\-\-color\-resolution\fR <VALUE>
69+
\fB\-\-no\-color\-palette\fR
6070
.IP
61-
VALUE of color resolution to use with SIXEL backend.
71+
Hides the color palette.
6272
.HP
6373
\fB\-\-no\-merge\-commits\fR
6474
.IP
6575
Ignores merge commits.
6676
.HP
67-
\fB\-\-no\-color\-palette\fR
77+
\fB\-d\fR, \fB\-\-disable\-fields\fR <FIELD>...
6878
.IP
69-
Hides the color palette.
79+
Allows you to disable FIELD(s) from appearing in the output.
7080
.HP
7181
\fB\-A\fR, \fB\-\-authors\-number\fR <NUM>
7282
.IP
@@ -76,10 +86,6 @@ NUM of authors to be shown. [default: 3]
7686
.IP
7787
Ignore all files & directories matching EXCLUDE.
7888
.HP
79-
\fB\-\-off\fR
80-
.IP
81-
Only shows the info lines.
82-
.HP
8389
\fB\-h\fR, \fB\-\-help\fR
8490
.IP
8591
Prints help information

0 commit comments

Comments
 (0)
Please sign in to comment.