1
- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1 .
2
- .TH ONEFETCH "1" "July 2021" "onefetch 2.10.2 " "User Commands"
1
+ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4 .
2
+ .TH ONEFETCH "1" "November 2021" "onefetch 2.11.0 " "User Commands"
3
3
.SH NAME
4
- onefetch \- manual page for onefetch 2.10.2
4
+ onefetch \- manual page for onefetch 2.11.0
5
5
.SH DESCRIPTION
6
- onefetch 2.10.2
6
+ onefetch 2.11.0
7
7
Git repository summary on your terminal
8
8
.SS "USAGE:"
9
9
.IP
10
- onefetch [OPTIONS] [\-\- ] [input]
11
- .SS "OPTIONS:"
12
- .HP
13
- \fB \- o \fR , \fB \-\- output \fR <output>
14
- .IP
15
- Outputs Onefetch in a specific format (json, yaml).
10
+ onefetch [FLAGS] [OPTIONS] [\-\- ] [input]
11
+ .SS "FLAGS:"
16
12
.HP
17
13
\fB \- l \fR , \fB \-\- languages \fR
18
14
.IP
@@ -22,6 +18,43 @@ Prints out supported languages.
22
18
.IP
23
19
Prints out supported package managers.
24
20
.HP
21
+ \fB \-\- no \- bold \fR
22
+ .IP
23
+ Turns off bold formatting.
24
+ .HP
25
+ \fB \-\- no \- palette \fR
26
+ .IP
27
+ Hides the color palette.
28
+ .HP
29
+ \fB \-\- no \- merges \fR
30
+ .IP
31
+ Ignores merge commits.
32
+ .HP
33
+ \fB \- z \fR , \fB \-\- isotime \fR
34
+ .IP
35
+ Use ISO 8601 formatted timestamps.
36
+ .HP
37
+ \fB \- E \fR , \fB \-\- email \fR
38
+ .IP
39
+ show the email address of each author.
40
+ .HP
41
+ \fB \-\- hidden \fR
42
+ .IP
43
+ Count hidden files and directories.
44
+ .HP
45
+ \fB \- h \fR , \fB \-\- help \fR
46
+ .IP
47
+ Prints help information
48
+ .HP
49
+ \fB \- V \fR , \fB \-\- version \fR
50
+ .IP
51
+ Prints version information
52
+ .SS "OPTIONS:"
53
+ .HP
54
+ \fB \- o \fR , \fB \-\- output \fR <FORMAT>
55
+ .IP
56
+ Outputs Onefetch in a specific format (json, yaml).
57
+ .HP
25
58
\fB \-\- show \- logo \fR <WHEN>
26
59
.IP
27
60
Specify when to show the logo (auto, never, *always*).
@@ -45,8 +78,7 @@ Which LANGUAGE's ascii art to print.
45
78
.HP
46
79
\fB \-\- ascii \- input \fR <STRING>
47
80
.IP
48
- Takes a non\- empty STRING as input to replace the ASCII logo. It is possible to pass a generated STRING by
49
- command substitution.
81
+ Takes a non\- empty STRING as input to replace the ASCII logo. It is possible to pass a generated STRING by command substitution.
50
82
For example:
51
83
.IP
52
84
\& '\-\- ascii\- input "$(fortune | cowsay \fB \- W \fR 25)"'
@@ -67,26 +99,10 @@ For example:
67
99
.IP
68
100
\& '\-\- text\- colors 9 10 11 12 13 14'
69
101
.HP
70
- \fB \-\- no \- bold \fR
71
- .IP
72
- Turns off bold formatting.
73
- .HP
74
- \fB \-\- no \- palette \fR
75
- .IP
76
- Hides the color palette.
77
- .HP
78
- \fB \-\- no \- merges \fR
79
- .IP
80
- Ignores merge commits.
81
- .HP
82
102
\fB \-\- no \- bots \fR <REGEX>
83
103
.IP
84
104
Exclude [bot] commits. Use <REGEX> to override the default pattern.
85
105
.HP
86
- \fB \- z \fR , \fB \-\- isotime \fR
87
- .IP
88
- Use ISO 8601 formatted timestamps.
89
- .HP
90
106
\fB \- d \fR , \fB \-\- disable \- fields \fR <FIELD>...
91
107
.IP
92
108
Allows you to disable FIELD(s) from appearing in the output.
@@ -95,21 +111,13 @@ Allows you to disable FIELD(s) from appearing in the output.
95
111
.IP
96
112
NUM of authors to be shown. [default: 3]
97
113
.HP
98
- \fB \- E \fR , \fB \-\- show \- email \fR
99
- .IP
100
- show the email address of each author.
101
- .HP
102
114
\fB \- e \fR , \fB \-\- exclude \fR <EXCLUDE>...
103
115
.IP
104
116
Ignore all files & directories matching EXCLUDE.
105
117
.HP
106
- \fB \- h \fR , \fB \-\- help \fR
118
+ \fB \- T \fR , \fB \-\- type \fR <TYPE>...
107
119
.IP
108
- Prints help information
109
- .HP
110
- \fB \- V \fR , \fB \-\- version \fR
111
- .IP
112
- Prints version information
120
+ Filters output by language type (*programming*, *markup*, prose, data).
113
121
.SS "ARGS:"
114
122
.IP
115
123
<input>
0 commit comments