Skip to content

Commit 60e554f

Browse files
committed
prepare release v2.9.1
1 parent 5445659 commit 60e554f

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Cargo.lock

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

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.9.0"
5+
version = "2.9.1"
66
authors = ["o2sh <[email protected]>"]
77
readme = "README.md"
88
license = "MIT"

docs/onefetch.1

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
2-
.TH ONEFETCH "1" "January 2021" "onefetch 2.9.0" "User Commands"
2+
.TH ONEFETCH "1" "January 2021" "onefetch 2.9.1" "User Commands"
33
.SH NAME
4-
onefetch \- manual page for onefetch 2.9.0
4+
onefetch \- manual page for onefetch 2.9.1
55
.SH DESCRIPTION
6-
onefetch 2.9.0
6+
onefetch 2.9.1
77
Git repository summary on your terminal
88
.SS "USAGE:"
99
.IP
@@ -14,10 +14,6 @@ onefetch [OPTIONS] [\-\-] [input]
1414
.IP
1515
Outputs Onefetch in a specific format (json, yaml).
1616
.HP
17-
\fB\-z\fR, \fB\-\-isotime\fR
18-
.IP
19-
Outputs Onefetch with ISO 8601 formatted timestamps
20-
.HP
2117
\fB\-l\fR, \fB\-\-languages\fR
2218
.IP
2319
Prints out supported languages.
@@ -55,15 +51,15 @@ For example:
5551
.IP
5652
\&'\-\-ascii\-input "$(fortune | cowsay \fB\-W\fR 25)"'
5753
.HP
58-
\fB\-c\fR, \fB\-\-ascii\-colors\fR <X>...
59-
.IP
60-
Colors (X X X...) to print the ascii art.
61-
.HP
6254
\fB\-\-true\-color\fR <WHEN>
6355
.IP
6456
Specify when to use true color (*auto*, never, always).
6557
If set to auto: true color will be enabled if supported by the terminal.
6658
.HP
59+
\fB\-c\fR, \fB\-\-ascii\-colors\fR <X>...
60+
.IP
61+
Colors (X X X...) to print the ascii art.
62+
.HP
6763
\fB\-t\fR, \fB\-\-text\-colors\fR <X>...
6864
.IP
6965
Changes the text colors (X X X...). Goes in order of title, ~, underline, subtitle, colon, and info.
@@ -83,6 +79,10 @@ Hides the color palette.
8379
.IP
8480
Ignores merge commits.
8581
.HP
82+
\fB\-z\fR, \fB\-\-isotime\fR
83+
.IP
84+
Use ISO 8601 formatted timestamps.
85+
.HP
8686
\fB\-d\fR, \fB\-\-disable\-fields\fR <FIELD>...
8787
.IP
8888
Allows you to disable FIELD(s) from appearing in the output.

0 commit comments

Comments
 (0)