Skip to content

Commit

Permalink
bump version to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Dec 16, 2020
1 parent b6705bb commit f3702d2
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 36 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.7.3"
version = "2.8.0"
authors = ["o2sh <ossama-hjaji@live.fr>"]
readme = "README.md"
license = "MIT"
Expand Down
74 changes: 40 additions & 34 deletions onefetch.1
Original file line number Diff line number Diff line change
@@ -1,27 +1,53 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH ONEFETCH "1" "November 2020" "onefetch 2.7.3" "User Commands"
.TH ONEFETCH "1" "December 2020" "onefetch 2.8.0" "User Commands"
.SH NAME
onefetch \- manual page for onefetch 2.7.3
onefetch \- manual page for onefetch 2.8.0
.SH DESCRIPTION
onefetch 2.7.3
onefetch 2.8.0
Git repository summary on your terminal
.SS "USAGE:"
.IP
onefetch [OPTIONS] [\-\-] [input]
.SS "OPTIONS:"
.HP
\fB\-a\fR, \fB\-\-ascii\-language\fR <LANGUAGE>
\fB\-j\fR, \fB\-\-json\fR
.IP
Which LANGUAGE's ascii art to print.
Outputs Onefetch in JSON format.
.HP
\fB\-d\fR, \fB\-\-disable\-fields\fR <FIELD>...
\fB\-l\fR, \fB\-\-languages\fR
.IP
Allows you to disable FIELD(s) from appearing in the output.
Prints out supported languages.
.HP
\fB\-p\fR, \fB\-\-package\-managers\fR
.IP
Prints out supported package managers.
.HP
\fB\-\-show\-logo\fR <WHEN>
.IP
Specify when to show the logo (auto, never, *always*).
If set to auto: the logo will be hidden if the terminal's width < 95.
.HP
\fB\-i\fR, \fB\-\-image\fR <IMAGE>
.IP
Path to the IMAGE file.
.HP
\fB\-\-image\-backend\fR <BACKEND>
.IP
Which image BACKEND to use.
.HP
\fB\-\-color\-resolution\fR <VALUE>
.IP
VALUE of color resolution to use with SIXEL backend.
.HP
\fB\-a\fR, \fB\-\-ascii\-language\fR <LANGUAGE>
.IP
Which LANGUAGE's ascii art to print.
.HP
\fB\-\-ascii\-input\fR <STRING>
.IP
Takes a non\-empty STRING as input to replace the ASCII logo. It is possible to pass a generated STRING by
command substitution. For example:
command substitution.
For example:
.IP
\&'\-\-ascii\-input "$(fortune | cowsay \fB\-W\fR 25)"'
.HP
Expand All @@ -31,42 +57,26 @@ 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. For
example:
Changes the text colors (X X X...). Goes in order of title, ~, underline, subtitle, colon, and info.
For example:
.IP
\&'\-\-text\-colors 9 10 11 12 13 14'
.HP
\fB\-\-no\-bold\fR
.IP
Turns off bold formatting.
.HP
\fB\-l\fR, \fB\-\-languages\fR
.IP
Prints out supported languages.
.HP
\fB\-p\fR, \fB\-\-package\-managers\fR
.IP
Prints out supported package managers.
.HP
\fB\-i\fR, \fB\-\-image\fR <IMAGE>
.IP
Path to the IMAGE file.
.HP
\fB\-\-image\-backend\fR <BACKEND>
.IP
Which image BACKEND to use.
.HP
\fB\-\-color\-resolution\fR <VALUE>
\fB\-\-no\-color\-palette\fR
.IP
VALUE of color resolution to use with SIXEL backend.
Hides the color palette.
.HP
\fB\-\-no\-merge\-commits\fR
.IP
Ignores merge commits.
.HP
\fB\-\-no\-color\-palette\fR
\fB\-d\fR, \fB\-\-disable\-fields\fR <FIELD>...
.IP
Hides the color palette.
Allows you to disable FIELD(s) from appearing in the output.
.HP
\fB\-A\fR, \fB\-\-authors\-number\fR <NUM>
.IP
Expand All @@ -76,10 +86,6 @@ NUM of authors to be shown. [default: 3]
.IP
Ignore all files & directories matching EXCLUDE.
.HP
\fB\-\-off\fR
.IP
Only shows the info lines.
.HP
\fB\-h\fR, \fB\-\-help\fR
.IP
Prints help information
Expand Down

0 comments on commit f3702d2

Please sign in to comment.