-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
4 additions
and
106 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
edition = "2018" | ||
name = "onefetch" | ||
description = "Git repository summary on your terminal" | ||
version = "2.6.0" | ||
version = "2.7.0" | ||
authors = ["o2sh <[email protected]>"] | ||
readme = "README.md" | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,102 +0,0 @@ | ||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. | ||
.TH ONEFETCH "1" "November 2020" "onefetch 2.6.0" "User Commands" | ||
.SH NAME | ||
onefetch \- manual page for onefetch 2.6.0 | ||
.SH DESCRIPTION | ||
onefetch 2.6.0 | ||
Git repository summary on your terminal | ||
.SS "USAGE:" | ||
.IP | ||
onefetch [OPTIONS] [\-\-] [input] | ||
.SS "OPTIONS:" | ||
.HP | ||
\fB\-a\fR, \fB\-\-ascii\-language\fR <LANGUAGE> | ||
.IP | ||
Which LANGUAGE's ascii art to print. | ||
.HP | ||
\fB\-d\fR, \fB\-\-disable\-fields\fR <FIELD>... | ||
.IP | ||
Allows you to disable FIELD(s) from appearing in the output. | ||
.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: | ||
.IP | ||
\&'\-\-ascii\-input "$(fortune | cowsay \fB\-W\fR 25)"' | ||
.HP | ||
\fB\-c\fR, \fB\-\-ascii\-colors\fR <X>... | ||
.IP | ||
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: | ||
.IP | ||
\&'\-\-text\-color 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\-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\-\-no\-merge\-commits\fR | ||
.IP | ||
Ignores merge commits. | ||
.HP | ||
\fB\-\-no\-color\-palette\fR | ||
.IP | ||
Hides the color palette. | ||
.HP | ||
\fB\-A\fR, \fB\-\-authors\-number\fR <NUM> | ||
.IP | ||
NUM of authors to be shown. [default: 3] | ||
.HP | ||
\fB\-e\fR, \fB\-\-exclude\fR <EXCLUDE>... | ||
.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 | ||
.HP | ||
\fB\-V\fR, \fB\-\-version\fR | ||
.IP | ||
Prints version information | ||
.SS "ARGS:" | ||
.IP | ||
<input> | ||
.IP | ||
Run as if onefetch was started in <input> instead of the current working directory. | ||
.SH "SEE ALSO" | ||
The full documentation for | ||
.B onefetch | ||
is maintained as a Texinfo manual. If the | ||
.B info | ||
and | ||
.B onefetch | ||
programs are properly installed at your site, the command | ||
.IP | ||
.B info onefetch | ||
.PP | ||
should give you access to the complete manual. | ||