Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Mar 29, 2022
1 parent 9ab7e79 commit 913ad45
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 51 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 @@ -13,7 +13,7 @@ license = "MIT"
name = "onefetch"
readme = "README.md"
repository = "https://github.com/o2sh/onefetch"
version = "2.11.0"
version = "2.12.0"

[package.metadata.deb]
depends = "$auto"
Expand Down
101 changes: 52 additions & 49 deletions docs/onefetch.1
Original file line number Diff line number Diff line change
@@ -1,59 +1,31 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4.
.TH ONEFETCH "1" "November 2021" "onefetch 2.11.0" "User Commands"
.TH ONEFETCH "1" "March 2022" "onefetch 2.12.0" "User Commands"
.SH NAME
onefetch \- manual page for onefetch 2.11.0
onefetch \- manual page for onefetch 2.12.0
.SH DESCRIPTION
onefetch 2.11.0
onefetch 2.12.0
Git repository summary on your terminal
.SS "USAGE:"
.IP
onefetch [FLAGS] [OPTIONS] [\-\-] [input]
.SS "FLAGS:"
.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\-\-no\-bold\fR
.IP
Turns off bold formatting.
.HP
\fB\-\-no\-palette\fR
.IP
Hides the color palette.
.HP
\fB\-\-no\-merges\fR
.IP
Ignores merge commits.
.HP
\fB\-z\fR, \fB\-\-isotime\fR
.IP
Use ISO 8601 formatted timestamps.
.HP
\fB\-E\fR, \fB\-\-email\fR
onefetch [OPTIONS] [\-\-] [input]
.SS "ARGS:"
.IP
show the email address of each author.
.HP
\fB\-\-hidden\fR
<input>
.IP
Count hidden files and directories.
Run as if onefetch was started in <input> instead of the current working directory.
.SS "OPTIONS:"
.HP
\fB\-h\fR, \fB\-\-help\fR
\fB\-o\fR, \fB\-\-output\fR <FORMAT>
.IP
Prints help information
Outputs Onefetch in a specific format (json, yaml).
.HP
\fB\-V\fR, \fB\-\-version\fR
\fB\-l\fR, \fB\-\-languages\fR
.IP
Prints version information
.SS "OPTIONS:"
Prints out supported languages.
.HP
\fB\-o\fR, \fB\-\-output\fR <FORMAT>
\fB\-p\fR, \fB\-\-package\-managers\fR
.IP
Outputs Onefetch in a specific format (json, yaml).
Prints out supported package managers.
.HP
\fB\-\-show\-logo\fR <WHEN>
.IP
Expand All @@ -78,7 +50,8 @@ 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.
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:
.IP
\&'\-\-ascii\-input "$(fortune | cowsay \fB\-W\fR 25)"'
Expand All @@ -94,22 +67,49 @@ 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.
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\-bots\fR <REGEX>
\fB\-\-no\-bold\fR
.IP
Turns off bold formatting.
.HP
\fB\-\-no\-palette\fR
.IP
Hides the color palette.
.HP
\fB\-\-no\-merges\fR
.IP
Ignores merge commits.
.HP
\fB\-\-no\-bots\fR [<REGEX>...]
.IP
Exclude [bot] commits. Use <REGEX> to override the default pattern.
.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.
.HP
\fB\-A\fR, \fB\-\-authors\-number\fR <NUM>
.IP
NUM of authors to be shown. [default: 3]
NUM of authors to be shown.
.IP
[default: 3]
.HP
\fB\-E\fR, \fB\-\-email\fR
.IP
show the email address of each author.
.HP
\fB\-\-hidden\fR
.IP
Count hidden files and directories.
.HP
\fB\-e\fR, \fB\-\-exclude\fR <EXCLUDE>...
.IP
Expand All @@ -118,11 +118,14 @@ Ignore all files & directories matching EXCLUDE.
\fB\-T\fR, \fB\-\-type\fR <TYPE>...
.IP
Filters output by language type (*programming*, *markup*, prose, data).
.SS "ARGS:"
.HP
\fB\-h\fR, \fB\-\-help\fR
.IP
<input>
Print help information
.HP
\fB\-V\fR, \fB\-\-version\fR
.IP
Run as if onefetch was started in <input> instead of the current working directory.
Print version information
.SH "SEE ALSO"
The full documentation for
.B onefetch
Expand Down

0 comments on commit 913ad45

Please sign in to comment.