Skip to content

Commit

Permalink
prepare release v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Jan 15, 2021
1 parent 5445659 commit 60e554f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2018"
name = "onefetch"
description = "Git repository summary on your terminal"
version = "2.9.0"
version = "2.9.1"
authors = ["o2sh <[email protected]>"]
readme = "README.md"
license = "MIT"
Expand Down
22 changes: 11 additions & 11 deletions docs/onefetch.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
.TH ONEFETCH "1" "January 2021" "onefetch 2.9.0" "User Commands"
.TH ONEFETCH "1" "January 2021" "onefetch 2.9.1" "User Commands"
.SH NAME
onefetch \- manual page for onefetch 2.9.0
onefetch \- manual page for onefetch 2.9.1
.SH DESCRIPTION
onefetch 2.9.0
onefetch 2.9.1
Git repository summary on your terminal
.SS "USAGE:"
.IP
Expand All @@ -14,10 +14,6 @@ onefetch [OPTIONS] [\-\-] [input]
.IP
Outputs Onefetch in a specific format (json, yaml).
.HP
\fB\-z\fR, \fB\-\-isotime\fR
.IP
Outputs Onefetch with ISO 8601 formatted timestamps
.HP
\fB\-l\fR, \fB\-\-languages\fR
.IP
Prints out supported languages.
Expand Down Expand Up @@ -55,15 +51,15 @@ For example:
.IP
\&'\-\-ascii\-input "$(fortune | cowsay \fB\-W\fR 25)"'
.HP
\fB\-c\fR, \fB\-\-ascii\-colors\fR <X>...
.IP
Colors (X X X...) to print the ascii art.
.HP
\fB\-\-true\-color\fR <WHEN>
.IP
Specify when to use true color (*auto*, never, always).
If set to auto: true color will be enabled if supported by the terminal.
.HP
\fB\-c\fR, \fB\-\-ascii\-colors\fR <X>...
.IP
Colors (X X X...) to print the ascii art.
.HP
\fB\-t\fR, \fB\-\-text\-colors\fR <X>...
.IP
Changes the text colors (X X X...). Goes in order of title, ~, underline, subtitle, colon, and info.
Expand All @@ -83,6 +79,10 @@ Hides the color palette.
.IP
Ignores merge commits.
.HP
\fB\-z\fR, \fB\-\-isotime\fR
.IP
Use ISO 8601 formatted timestamps.
.HP
\fB\-d\fR, \fB\-\-disable\-fields\fR <FIELD>...
.IP
Allows you to disable FIELD(s) from appearing in the output.
Expand Down

0 comments on commit 60e554f

Please sign in to comment.