Skip to content

Commit 913ad45

Browse files
committed
bump version
1 parent 9ab7e79 commit 913ad45

File tree

3 files changed

+54
-51
lines changed

3 files changed

+54
-51
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
@@ -13,7 +13,7 @@ license = "MIT"
1313
name = "onefetch"
1414
readme = "README.md"
1515
repository = "https://github.com/o2sh/onefetch"
16-
version = "2.11.0"
16+
version = "2.12.0"
1717

1818
[package.metadata.deb]
1919
depends = "$auto"

Diff for: docs/onefetch.1

+52-49
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,31 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4.
2-
.TH ONEFETCH "1" "November 2021" "onefetch 2.11.0" "User Commands"
2+
.TH ONEFETCH "1" "March 2022" "onefetch 2.12.0" "User Commands"
33
.SH NAME
4-
onefetch \- manual page for onefetch 2.11.0
4+
onefetch \- manual page for onefetch 2.12.0
55
.SH DESCRIPTION
6-
onefetch 2.11.0
6+
onefetch 2.12.0
77
Git repository summary on your terminal
88
.SS "USAGE:"
99
.IP
10-
onefetch [FLAGS] [OPTIONS] [\-\-] [input]
11-
.SS "FLAGS:"
12-
.HP
13-
\fB\-l\fR, \fB\-\-languages\fR
14-
.IP
15-
Prints out supported languages.
16-
.HP
17-
\fB\-p\fR, \fB\-\-package\-managers\fR
18-
.IP
19-
Prints out supported package managers.
20-
.HP
21-
\fB\-\-no\-bold\fR
22-
.IP
23-
Turns off bold formatting.
24-
.HP
25-
\fB\-\-no\-palette\fR
26-
.IP
27-
Hides the color palette.
28-
.HP
29-
\fB\-\-no\-merges\fR
30-
.IP
31-
Ignores merge commits.
32-
.HP
33-
\fB\-z\fR, \fB\-\-isotime\fR
34-
.IP
35-
Use ISO 8601 formatted timestamps.
36-
.HP
37-
\fB\-E\fR, \fB\-\-email\fR
10+
onefetch [OPTIONS] [\-\-] [input]
11+
.SS "ARGS:"
3812
.IP
39-
show the email address of each author.
40-
.HP
41-
\fB\-\-hidden\fR
13+
<input>
4214
.IP
43-
Count hidden files and directories.
15+
Run as if onefetch was started in <input> instead of the current working directory.
16+
.SS "OPTIONS:"
4417
.HP
45-
\fB\-h\fR, \fB\-\-help\fR
18+
\fB\-o\fR, \fB\-\-output\fR <FORMAT>
4619
.IP
47-
Prints help information
20+
Outputs Onefetch in a specific format (json, yaml).
4821
.HP
49-
\fB\-V\fR, \fB\-\-version\fR
22+
\fB\-l\fR, \fB\-\-languages\fR
5023
.IP
51-
Prints version information
52-
.SS "OPTIONS:"
24+
Prints out supported languages.
5325
.HP
54-
\fB\-o\fR, \fB\-\-output\fR <FORMAT>
26+
\fB\-p\fR, \fB\-\-package\-managers\fR
5527
.IP
56-
Outputs Onefetch in a specific format (json, yaml).
28+
Prints out supported package managers.
5729
.HP
5830
\fB\-\-show\-logo\fR <WHEN>
5931
.IP
@@ -78,7 +50,8 @@ Which LANGUAGE's ascii art to print.
7850
.HP
7951
\fB\-\-ascii\-input\fR <STRING>
8052
.IP
81-
Takes a non\-empty STRING as input to replace the ASCII logo. It is possible to pass a generated STRING by command substitution.
53+
Takes a non\-empty STRING as input to replace the ASCII logo. It is possible to pass a
54+
generated STRING by command substitution.
8255
For example:
8356
.IP
8457
\&'\-\-ascii\-input "$(fortune | cowsay \fB\-W\fR 25)"'
@@ -94,22 +67,49 @@ Colors (X X X...) to print the ascii art.
9467
.HP
9568
\fB\-t\fR, \fB\-\-text\-colors\fR <X>...
9669
.IP
97-
Changes the text colors (X X X...). Goes in order of title, ~, underline, subtitle, colon, and info.
70+
Changes the text colors (X X X...). Goes in order of title, ~, underline, subtitle,
71+
colon, and info.
9872
For example:
9973
.IP
10074
\&'\-\-text\-colors 9 10 11 12 13 14'
10175
.HP
102-
\fB\-\-no\-bots\fR <REGEX>
76+
\fB\-\-no\-bold\fR
77+
.IP
78+
Turns off bold formatting.
79+
.HP
80+
\fB\-\-no\-palette\fR
81+
.IP
82+
Hides the color palette.
83+
.HP
84+
\fB\-\-no\-merges\fR
85+
.IP
86+
Ignores merge commits.
87+
.HP
88+
\fB\-\-no\-bots\fR [<REGEX>...]
10389
.IP
10490
Exclude [bot] commits. Use <REGEX> to override the default pattern.
10591
.HP
92+
\fB\-z\fR, \fB\-\-isotime\fR
93+
.IP
94+
Use ISO 8601 formatted timestamps.
95+
.HP
10696
\fB\-d\fR, \fB\-\-disable\-fields\fR <FIELD>...
10797
.IP
10898
Allows you to disable FIELD(s) from appearing in the output.
10999
.HP
110100
\fB\-A\fR, \fB\-\-authors\-number\fR <NUM>
111101
.IP
112-
NUM of authors to be shown. [default: 3]
102+
NUM of authors to be shown.
103+
.IP
104+
[default: 3]
105+
.HP
106+
\fB\-E\fR, \fB\-\-email\fR
107+
.IP
108+
show the email address of each author.
109+
.HP
110+
\fB\-\-hidden\fR
111+
.IP
112+
Count hidden files and directories.
113113
.HP
114114
\fB\-e\fR, \fB\-\-exclude\fR <EXCLUDE>...
115115
.IP
@@ -118,11 +118,14 @@ Ignore all files & directories matching EXCLUDE.
118118
\fB\-T\fR, \fB\-\-type\fR <TYPE>...
119119
.IP
120120
Filters output by language type (*programming*, *markup*, prose, data).
121-
.SS "ARGS:"
121+
.HP
122+
\fB\-h\fR, \fB\-\-help\fR
122123
.IP
123-
<input>
124+
Print help information
125+
.HP
126+
\fB\-V\fR, \fB\-\-version\fR
124127
.IP
125-
Run as if onefetch was started in <input> instead of the current working directory.
128+
Print version information
126129
.SH "SEE ALSO"
127130
The full documentation for
128131
.B onefetch

0 commit comments

Comments
 (0)