Skip to content

Commit 9f89bc2

Browse files
committed
bump version
1 parent 2c5b850 commit 9f89bc2

File tree

3 files changed

+50
-42
lines changed

3 files changed

+50
-42
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
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.10.2"
16+
version = "2.11.0"
1717

1818
[package.metadata.deb]
1919
depends = "$auto"
@@ -30,8 +30,6 @@ anyhow = "1.0"
3030
askalono = "0.4.4"
3131
byte-unit = "4.0.13"
3232
bytecount = "0.6.2"
33-
time-humanize = { version="0.1.3", features = ["time"] }
34-
time = { version = "0.3.5", features = ["formatting"] }
3533
clap = {version = "2.33.3", features = ["wrap_help"]}
3634
color_quant = "1.1.0"
3735
colored = "2.0.0"
@@ -43,6 +41,8 @@ serde_json = "1.0.71"
4341
serde_yaml = "0.8"
4442
strum = {version = "0.23.0", features = ["derive"]}
4543
term_size = "0.3.2"
44+
time = {version = "0.3.5", features = ["formatting"]}
45+
time-humanize = {version = "0.1.3", features = ["time"]}
4646
tokei = "12.1.2"
4747
toml = "0.5.8"
4848
yaml-rust = "0.4"

docs/onefetch.1

Lines changed: 46 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
2-
.TH ONEFETCH "1" "July 2021" "onefetch 2.10.2" "User Commands"
1+
.\" 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"
33
.SH NAME
4-
onefetch \- manual page for onefetch 2.10.2
4+
onefetch \- manual page for onefetch 2.11.0
55
.SH DESCRIPTION
6-
onefetch 2.10.2
6+
onefetch 2.11.0
77
Git repository summary on your terminal
88
.SS "USAGE:"
99
.IP
10-
onefetch [OPTIONS] [\-\-] [input]
11-
.SS "OPTIONS:"
12-
.HP
13-
\fB\-o\fR, \fB\-\-output\fR <output>
14-
.IP
15-
Outputs Onefetch in a specific format (json, yaml).
10+
onefetch [FLAGS] [OPTIONS] [\-\-] [input]
11+
.SS "FLAGS:"
1612
.HP
1713
\fB\-l\fR, \fB\-\-languages\fR
1814
.IP
@@ -22,6 +18,43 @@ Prints out supported languages.
2218
.IP
2319
Prints out supported package managers.
2420
.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
38+
.IP
39+
show the email address of each author.
40+
.HP
41+
\fB\-\-hidden\fR
42+
.IP
43+
Count hidden files and directories.
44+
.HP
45+
\fB\-h\fR, \fB\-\-help\fR
46+
.IP
47+
Prints help information
48+
.HP
49+
\fB\-V\fR, \fB\-\-version\fR
50+
.IP
51+
Prints version information
52+
.SS "OPTIONS:"
53+
.HP
54+
\fB\-o\fR, \fB\-\-output\fR <FORMAT>
55+
.IP
56+
Outputs Onefetch in a specific format (json, yaml).
57+
.HP
2558
\fB\-\-show\-logo\fR <WHEN>
2659
.IP
2760
Specify when to show the logo (auto, never, *always*).
@@ -45,8 +78,7 @@ Which LANGUAGE's ascii art to print.
4578
.HP
4679
\fB\-\-ascii\-input\fR <STRING>
4780
.IP
48-
Takes a non\-empty STRING as input to replace the ASCII logo. It is possible to pass a generated STRING by
49-
command substitution.
81+
Takes a non\-empty STRING as input to replace the ASCII logo. It is possible to pass a generated STRING by command substitution.
5082
For example:
5183
.IP
5284
\&'\-\-ascii\-input "$(fortune | cowsay \fB\-W\fR 25)"'
@@ -67,26 +99,10 @@ For example:
6799
.IP
68100
\&'\-\-text\-colors 9 10 11 12 13 14'
69101
.HP
70-
\fB\-\-no\-bold\fR
71-
.IP
72-
Turns off bold formatting.
73-
.HP
74-
\fB\-\-no\-palette\fR
75-
.IP
76-
Hides the color palette.
77-
.HP
78-
\fB\-\-no\-merges\fR
79-
.IP
80-
Ignores merge commits.
81-
.HP
82102
\fB\-\-no\-bots\fR <REGEX>
83103
.IP
84104
Exclude [bot] commits. Use <REGEX> to override the default pattern.
85105
.HP
86-
\fB\-z\fR, \fB\-\-isotime\fR
87-
.IP
88-
Use ISO 8601 formatted timestamps.
89-
.HP
90106
\fB\-d\fR, \fB\-\-disable\-fields\fR <FIELD>...
91107
.IP
92108
Allows you to disable FIELD(s) from appearing in the output.
@@ -95,21 +111,13 @@ Allows you to disable FIELD(s) from appearing in the output.
95111
.IP
96112
NUM of authors to be shown. [default: 3]
97113
.HP
98-
\fB\-E\fR, \fB\-\-show\-email\fR
99-
.IP
100-
show the email address of each author.
101-
.HP
102114
\fB\-e\fR, \fB\-\-exclude\fR <EXCLUDE>...
103115
.IP
104116
Ignore all files & directories matching EXCLUDE.
105117
.HP
106-
\fB\-h\fR, \fB\-\-help\fR
118+
\fB\-T\fR, \fB\-\-type\fR <TYPE>...
107119
.IP
108-
Prints help information
109-
.HP
110-
\fB\-V\fR, \fB\-\-version\fR
111-
.IP
112-
Prints version information
120+
Filters output by language type (*programming*, *markup*, prose, data).
113121
.SS "ARGS:"
114122
.IP
115123
<input>

0 commit comments

Comments
 (0)