Browse Source

bump version

pull/639/head v2.12.0
o2sh 4 years ago
parent
commit
913ad45ed9
  1. 2
      Cargo.lock
  2. 2
      Cargo.toml
  3. 101
      docs/onefetch.1

2
Cargo.lock generated

@ -940,7 +940,7 @@ checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" @@ -940,7 +940,7 @@ checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
[[package]]
name = "onefetch"
version = "2.11.0"
version = "2.12.0"
dependencies = [
"ansi_term",
"anyhow",

2
Cargo.toml

@ -13,7 +13,7 @@ license = "MIT" @@ -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"

101
docs/onefetch.1

@ -1,59 +1,31 @@ @@ -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
@ -78,7 +50,8 @@ Which LANGUAGE's ascii art to print. @@ -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)"'
@ -94,22 +67,49 @@ Colors (X X X...) to print the ascii art. @@ -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
@ -118,11 +118,14 @@ Ignore all files & directories matching EXCLUDE. @@ -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

Loading…
Cancel
Save