Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Nov 23, 2021
1 parent 2c5b850 commit 9f89bc2
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 42 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.

6 changes: 3 additions & 3 deletions 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.10.2"
version = "2.11.0"

[package.metadata.deb]
depends = "$auto"
Expand All @@ -30,8 +30,6 @@ anyhow = "1.0"
askalono = "0.4.4"
byte-unit = "4.0.13"
bytecount = "0.6.2"
time-humanize = { version="0.1.3", features = ["time"] }
time = { version = "0.3.5", features = ["formatting"] }
clap = {version = "2.33.3", features = ["wrap_help"]}
color_quant = "1.1.0"
colored = "2.0.0"
Expand All @@ -43,6 +41,8 @@ serde_json = "1.0.71"
serde_yaml = "0.8"
strum = {version = "0.23.0", features = ["derive"]}
term_size = "0.3.2"
time = {version = "0.3.5", features = ["formatting"]}
time-humanize = {version = "0.1.3", features = ["time"]}
tokei = "12.1.2"
toml = "0.5.8"
yaml-rust = "0.4"
Expand Down
84 changes: 46 additions & 38 deletions docs/onefetch.1
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
.TH ONEFETCH "1" "July 2021" "onefetch 2.10.2" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4.
.TH ONEFETCH "1" "November 2021" "onefetch 2.11.0" "User Commands"
.SH NAME
onefetch \- manual page for onefetch 2.10.2
onefetch \- manual page for onefetch 2.11.0
.SH DESCRIPTION
onefetch 2.10.2
onefetch 2.11.0
Git repository summary on your terminal
.SS "USAGE:"
.IP
onefetch [OPTIONS] [\-\-] [input]
.SS "OPTIONS:"
.HP
\fB\-o\fR, \fB\-\-output\fR <output>
.IP
Outputs Onefetch in a specific format (json, yaml).
onefetch [FLAGS] [OPTIONS] [\-\-] [input]
.SS "FLAGS:"
.HP
\fB\-l\fR, \fB\-\-languages\fR
.IP
Expand All @@ -22,6 +18,43 @@ Prints out supported languages.
.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
.IP
show the email address of each author.
.HP
\fB\-\-hidden\fR
.IP
Count hidden files and directories.
.HP
\fB\-h\fR, \fB\-\-help\fR
.IP
Prints help information
.HP
\fB\-V\fR, \fB\-\-version\fR
.IP
Prints version information
.SS "OPTIONS:"
.HP
\fB\-o\fR, \fB\-\-output\fR <FORMAT>
.IP
Outputs Onefetch in a specific format (json, yaml).
.HP
\fB\-\-show\-logo\fR <WHEN>
.IP
Specify when to show the logo (auto, never, *always*).
Expand All @@ -45,8 +78,7 @@ 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 @@ -67,26 +99,10 @@ For example:
.IP
\&'\-\-text\-colors 9 10 11 12 13 14'
.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\-\-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.
Expand All @@ -95,21 +111,13 @@ Allows you to disable FIELD(s) from appearing in the output.
.IP
NUM of authors to be shown. [default: 3]
.HP
\fB\-E\fR, \fB\-\-show\-email\fR
.IP
show the email address of each author.
.HP
\fB\-e\fR, \fB\-\-exclude\fR <EXCLUDE>...
.IP
Ignore all files & directories matching EXCLUDE.
.HP
\fB\-h\fR, \fB\-\-help\fR
\fB\-T\fR, \fB\-\-type\fR <TYPE>...
.IP
Prints help information
.HP
\fB\-V\fR, \fB\-\-version\fR
.IP
Prints version information
Filters output by language type (*programming*, *markup*, prose, data).
.SS "ARGS:"
.IP
<input>
Expand Down

0 comments on commit 9f89bc2

Please sign in to comment.