1
1
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
2
- .TH ONEFETCH "1" "November 2020" "onefetch 2.7.3 " "User Commands"
2
+ .TH ONEFETCH "1" "December 2020" "onefetch 2.8.0 " "User Commands"
3
3
.SH NAME
4
- onefetch \- manual page for onefetch 2.7.3
4
+ onefetch \- manual page for onefetch 2.8.0
5
5
.SH DESCRIPTION
6
- onefetch 2.7.3
6
+ onefetch 2.8.0
7
7
Git repository summary on your terminal
8
8
.SS "USAGE:"
9
9
.IP
10
10
onefetch [OPTIONS] [\-\- ] [input]
11
11
.SS "OPTIONS:"
12
12
.HP
13
- \fB \- a \fR , \fB \-\- ascii \- language \fR <LANGUAGE>
13
+ \fB \- j \fR , \fB \-\- json \fR
14
14
.IP
15
- Which LANGUAGE's ascii art to print .
15
+ Outputs Onefetch in JSON format .
16
16
.HP
17
- \fB \- d \fR , \fB \-\- disable \- fields \fR <FIELD>...
17
+ \fB \- l \fR , \fB \-\- languages \fR
18
18
.IP
19
- Allows you to disable FIELD(s) from appearing in the output.
19
+ Prints out supported languages.
20
+ .HP
21
+ \fB \- p \fR , \fB \-\- package \- managers \fR
22
+ .IP
23
+ Prints out supported package managers.
24
+ .HP
25
+ \fB \-\- show \- logo \fR <WHEN>
26
+ .IP
27
+ Specify when to show the logo (auto, never, *always*).
28
+ If set to auto: the logo will be hidden if the terminal's width < 95.
29
+ .HP
30
+ \fB \- i \fR , \fB \-\- image \fR <IMAGE>
31
+ .IP
32
+ Path to the IMAGE file.
33
+ .HP
34
+ \fB \-\- image \- backend \fR <BACKEND>
35
+ .IP
36
+ Which image BACKEND to use.
37
+ .HP
38
+ \fB \-\- color \- resolution \fR <VALUE>
39
+ .IP
40
+ VALUE of color resolution to use with SIXEL backend.
41
+ .HP
42
+ \fB \- a \fR , \fB \-\- ascii \- language \fR <LANGUAGE>
43
+ .IP
44
+ Which LANGUAGE's ascii art to print.
20
45
.HP
21
46
\fB \-\- ascii \- input \fR <STRING>
22
47
.IP
23
48
Takes a non\- empty STRING as input to replace the ASCII logo. It is possible to pass a generated STRING by
24
- command substitution. For example:
49
+ command substitution.
50
+ For example:
25
51
.IP
26
52
\& '\-\- ascii\- input "$(fortune | cowsay \fB \- W \fR 25)"'
27
53
.HP
@@ -31,42 +57,26 @@ Colors (X X X...) to print the ascii art.
31
57
.HP
32
58
\fB \- t \fR , \fB \-\- text \- colors \fR <X>...
33
59
.IP
34
- Changes the text colors (X X X...). Goes in order of title, ~, underline, subtitle, colon, and info. For
35
- example:
60
+ Changes the text colors (X X X...). Goes in order of title, ~, underline, subtitle, colon, and info.
61
+ For example:
36
62
.IP
37
63
\& '\-\- text\- colors 9 10 11 12 13 14'
38
64
.HP
39
65
\fB \-\- no \- bold \fR
40
66
.IP
41
67
Turns off bold formatting.
42
68
.HP
43
- \fB \- l \fR , \fB \-\- languages \fR
44
- .IP
45
- Prints out supported languages.
46
- .HP
47
- \fB \- p \fR , \fB \-\- package \- managers \fR
48
- .IP
49
- Prints out supported package managers.
50
- .HP
51
- \fB \- i \fR , \fB \-\- image \fR <IMAGE>
52
- .IP
53
- Path to the IMAGE file.
54
- .HP
55
- \fB \-\- image \- backend \fR <BACKEND>
56
- .IP
57
- Which image BACKEND to use.
58
- .HP
59
- \fB \-\- color \- resolution \fR <VALUE>
69
+ \fB \-\- no \- color \- palette \fR
60
70
.IP
61
- VALUE of color resolution to use with SIXEL backend .
71
+ Hides the color palette .
62
72
.HP
63
73
\fB \-\- no \- merge \- commits \fR
64
74
.IP
65
75
Ignores merge commits.
66
76
.HP
67
- \fB \-\- no \- color \- palette \fR
77
+ \fB \- d \fR , \fB \-\- disable \- fields \fR <FIELD>...
68
78
.IP
69
- Hides the color palette .
79
+ Allows you to disable FIELD(s) from appearing in the output .
70
80
.HP
71
81
\fB \- A \fR , \fB \-\- authors \- number \fR <NUM>
72
82
.IP
@@ -76,10 +86,6 @@ NUM of authors to be shown. [default: 3]
76
86
.IP
77
87
Ignore all files & directories matching EXCLUDE.
78
88
.HP
79
- \fB \-\- off \fR
80
- .IP
81
- Only shows the info lines.
82
- .HP
83
89
\fB \- h \fR , \fB \-\- help \fR
84
90
.IP
85
91
Prints help information
0 commit comments