Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Oct 21, 2022
1 parent 4bf1575 commit 9ad12b8
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 68 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "onefetch"
readme = "README.md"
repository = "https://github.com/o2sh/onefetch"
rust-version = "1.60.0"
version = "2.12.0"
version = "2.13.0"

[package.metadata.deb]
depends = "$auto"
Expand Down
161 changes: 94 additions & 67 deletions docs/onefetch.1
Original file line number Diff line number Diff line change
@@ -1,127 +1,154 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4.
.TH ONEFETCH "1" "March 2022" "onefetch 2.12.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
.TH ONEFETCH "1" "October 2022" "onefetch 2.13.0" "User Commands"
.SH NAME
onefetch \- manual page for onefetch 2.12.0
onefetch \- manual page for onefetch 2.13.0
.SH SYNOPSIS
.B onefetch
[\fI\,OPTIONS\/\fR] [\fI\,INPUT\/\fR]
.SH DESCRIPTION
onefetch 2.12.0
Git repository summary on your terminal
.SS "USAGE:"
.IP
onefetch [OPTIONS] [\-\-] [input]
.SS "ARGS:"
A command\-line Git information tool
.SS "Arguments:"
.IP
<input>
[INPUT]
.IP
Run as if onefetch was started in <input> instead of the current working directory.
.SS "OPTIONS:"
Run as if onefetch was started in <input> instead of the current working directory
.SH OPTIONS
.HP
\fB\-o\fR, \fB\-\-output\fR <FORMAT>
\fB\-\-ascii\-input\fR <STRING>
.IP
Takes a non\-empty STRING as input to replace the ASCII logo
.IP
It is possible to pass a generated STRING by command substitution
.IP
For example:
.IP
Outputs Onefetch in a specific format (json, yaml).
\&'\-\-ascii\-input "$(fortune | cowsay \fB\-W\fR 25)'
.HP
\fB\-l\fR, \fB\-\-languages\fR
\fB\-a\fR, \fB\-\-ascii\-language\fR <LANGUAGE>
.IP
Prints out supported languages.
Which LANGUAGE's ascii art to print
.HP
\fB\-p\fR, \fB\-\-package\-managers\fR
\fB\-c\fR, \fB\-\-ascii\-colors\fR <X>...
.IP
Prints out supported package managers.
Colors (X X X...) to print the ascii art
.HP
\fB\-\-show\-logo\fR <WHEN>
\fB\-d\fR, \fB\-\-disabled\-fields\fR <FIELD>...
.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.
Allows you to disable FIELD(s) from appearing in the output
.HP
\fB\-i\fR, \fB\-\-image\fR <IMAGE>
.IP
Path to the IMAGE file.
Path to the IMAGE file
.HP
\fB\-\-image\-backend\fR <BACKEND>
\fB\-\-image\-protocol\fR <IMAGE_PROTOCOL>
.IP
Which image protocol to use
.IP
Which image BACKEND to use.
[possible values: kitty, sixel, iterm]
.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>
VALUE of color resolution to use with SIXEL backend
.IP
Which LANGUAGE's ascii art to print.
[default: 16]
[possible values: 16, 32, 64, 128, 256]
.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:
\fB\-\-no\-bold\fR
.IP
\&'\-\-ascii\-input "$(fortune | cowsay \fB\-W\fR 25)"'
Turns off bold formatting
.HP
\fB\-\-true\-color\fR <WHEN>
\fB\-\-no\-merges\fR
.IP
Specify when to use true color (*auto*, never, always).
If set to auto: true color will be enabled if supported by the terminal.
Ignores merge commits
.HP
\fB\-c\fR, \fB\-\-ascii\-colors\fR <X>...
\fB\-\-no\-color\-palette\fR
.IP
Colors (X X X...) to print the ascii art.
Hides the color palette
.HP
\fB\-t\fR, \fB\-\-text\-colors\fR <X>...
\fB\-n\fR, \fB\-\-number\-of\-authors\fR <NUM>
.IP
Changes the text colors (X X X...). Goes in order of title, ~, underline, subtitle,
colon, and info.
For example:
NUM of authors to be shown
.IP
\&'\-\-text\-colors 9 10 11 12 13 14'
[default: 3]
.HP
\fB\-\-no\-bold\fR
\fB\-e\fR, \fB\-\-exclude\fR <EXCLUDE>...
.IP
Turns off bold formatting.
gnore all files & directories matching EXCLUDE
.HP
\fB\-\-no\-palette\fR
\fB\-\-no\-bots\fR [<REGEX>]
.IP
Hides the color palette.
Exclude [bot] commits. Use <REGEX> to override the default pattern
.HP
\fB\-\-no\-merges\fR
\fB\-l\fR, \fB\-\-languages\fR
.IP
Ignores merge commits.
Prints out supported languages
.HP
\fB\-\-no\-bots\fR [<REGEX>...]
\fB\-p\fR, \fB\-\-package\-managers\fR
.IP
Exclude [bot] commits. Use <REGEX> to override the default pattern.
Prints out supported package managers
.HP
\fB\-z\fR, \fB\-\-isotime\fR
\fB\-o\fR, \fB\-\-output\fR <FORMAT>
.IP
Outputs Onefetch in a specific format
.IP
Use ISO 8601 formatted timestamps.
[possible values: json, yaml]
.HP
\fB\-d\fR, \fB\-\-disable\-fields\fR <FIELD>...
\fB\-\-true\-color\fR <WHEN>
.IP
Allows you to disable FIELD(s) from appearing in the output.
Specify when to use true color
.IP
If set to auto: true color will be enabled if supported by the terminal
.IP
[default: auto]
[possible values: auto, never, always]
.HP
\fB\-A\fR, \fB\-\-authors\-number\fR <NUM>
\fB\-\-show\-logo\fR <WHEN>
.IP
NUM of authors to be shown.
Specify when to show the logo
.IP
[default: 3]
If set to auto: the logo will be hidden if the terminal's width < 95
.IP
[default: always]
[possible values: auto, never, always]
.HP
\fB\-E\fR, \fB\-\-email\fR
\fB\-t\fR, \fB\-\-text\-colors\fR <X>...
.IP
show the email address of each author.
Changes the text colors (X X X...)
.IP
Goes in order of title, ~, underline, subtitle, colon, and info
.IP
For example:
.IP
\&'\-\-text\-colors 9 10 11 12 13 14'
.HP
\fB\-\-hidden\fR
\fB\-z\fR, \fB\-\-iso\-time\fR
.IP
Count hidden files and directories.
Use ISO 8601 formatted timestamps
.HP
\fB\-e\fR, \fB\-\-exclude\fR <EXCLUDE>...
\fB\-E\fR, \fB\-\-email\fR
.IP
Ignore all files & directories matching EXCLUDE.
Show the email address of each author
.HP
\fB\-\-include\-hidden\fR
.IP
Count hidden files and directories
.HP
\fB\-T\fR, \fB\-\-type\fR <TYPE>...
.IP
Filters output by language type (*programming*, *markup*, prose, data).
Filters output by language type
.IP
[default: programming markup]
[possible values: programming, markup, prose, data]
.HP
\fB\-\-generate\fR <SHELL>
.IP
If provided, outputs the completion file for given SHELL
.IP
[possible values: bash, elvish, fish, powershell, zsh]
.HP
\fB\-h\fR, \fB\-\-help\fR
.IP
Print help information
Print help information (use `\-h` for a summary)
.HP
\fB\-V\fR, \fB\-\-version\fR
.IP
Expand Down

0 comments on commit 9ad12b8

Please sign in to comment.