1
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"
2
+ .TH ONEFETCH "1" "March 2022 " "onefetch 2.12 .0" "User Commands"
3
3
.SH NAME
4
- onefetch \- manual page for onefetch 2.11 .0
4
+ onefetch \- manual page for onefetch 2.12 .0
5
5
.SH DESCRIPTION
6
- onefetch 2.11 .0
6
+ onefetch 2.12 .0
7
7
Git repository summary on your terminal
8
8
.SS "USAGE:"
9
9
.IP
10
- onefetch [FLAGS] [OPTIONS] [\-\- ] [input]
11
- .SS "FLAGS:"
12
- .HP
13
- \fB \- l \fR , \fB \-\- languages \fR
14
- .IP
15
- Prints out supported languages.
16
- .HP
17
- \fB \- p \fR , \fB \-\- package \- managers \fR
18
- .IP
19
- Prints out supported package managers.
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
10
+ onefetch [OPTIONS] [\-\- ] [input]
11
+ .SS "ARGS:"
38
12
.IP
39
- show the email address of each author.
40
- .HP
41
- \fB \-\- hidden \fR
13
+ <input>
42
14
.IP
43
- Count hidden files and directories.
15
+ Run as if onefetch was started in <input> instead of the current working directory.
16
+ .SS "OPTIONS:"
44
17
.HP
45
- \fB \- h \fR , \fB \-\- help \fR
18
+ \fB \- o \fR , \fB \-\- output \fR <FORMAT>
46
19
.IP
47
- Prints help information
20
+ Outputs Onefetch in a specific format (json, yaml).
48
21
.HP
49
- \fB \- V \fR , \fB \-\- version \fR
22
+ \fB \- l \fR , \fB \-\- languages \fR
50
23
.IP
51
- Prints version information
52
- .SS "OPTIONS:"
24
+ Prints out supported languages.
53
25
.HP
54
- \fB \- o \fR , \fB \-\- output \fR <FORMAT>
26
+ \fB \- p \fR , \fB \-\- package \- managers \fR
55
27
.IP
56
- Outputs Onefetch in a specific format (json, yaml) .
28
+ Prints out supported package managers .
57
29
.HP
58
30
\fB \-\- show \- logo \fR <WHEN>
59
31
.IP
@@ -78,7 +50,8 @@ Which LANGUAGE's ascii art to print.
78
50
.HP
79
51
\fB \-\- ascii \- input \fR <STRING>
80
52
.IP
81
- Takes a non\- empty STRING as input to replace the ASCII logo. It is possible to pass a generated STRING by command substitution.
53
+ Takes a non\- empty STRING as input to replace the ASCII logo. It is possible to pass a
54
+ generated STRING by command substitution.
82
55
For example:
83
56
.IP
84
57
\& '\-\- ascii\- input "$(fortune | cowsay \fB \- W \fR 25)"'
@@ -94,22 +67,49 @@ Colors (X X X...) to print the ascii art.
94
67
.HP
95
68
\fB \- t \fR , \fB \-\- text \- colors \fR <X>...
96
69
.IP
97
- Changes the text colors (X X X...). Goes in order of title, ~, underline, subtitle, colon, and info.
70
+ Changes the text colors (X X X...). Goes in order of title, ~, underline, subtitle,
71
+ colon, and info.
98
72
For example:
99
73
.IP
100
74
\& '\-\- text\- colors 9 10 11 12 13 14'
101
75
.HP
102
- \fB \-\- no \- bots \fR <REGEX>
76
+ \fB \-\- no \- bold \fR
77
+ .IP
78
+ Turns off bold formatting.
79
+ .HP
80
+ \fB \-\- no \- palette \fR
81
+ .IP
82
+ Hides the color palette.
83
+ .HP
84
+ \fB \-\- no \- merges \fR
85
+ .IP
86
+ Ignores merge commits.
87
+ .HP
88
+ \fB \-\- no \- bots \fR [<REGEX>...]
103
89
.IP
104
90
Exclude [bot] commits. Use <REGEX> to override the default pattern.
105
91
.HP
92
+ \fB \- z \fR , \fB \-\- isotime \fR
93
+ .IP
94
+ Use ISO 8601 formatted timestamps.
95
+ .HP
106
96
\fB \- d \fR , \fB \-\- disable \- fields \fR <FIELD>...
107
97
.IP
108
98
Allows you to disable FIELD(s) from appearing in the output.
109
99
.HP
110
100
\fB \- A \fR , \fB \-\- authors \- number \fR <NUM>
111
101
.IP
112
- NUM of authors to be shown. [default: 3]
102
+ NUM of authors to be shown.
103
+ .IP
104
+ [default: 3]
105
+ .HP
106
+ \fB \- E \fR , \fB \-\- email \fR
107
+ .IP
108
+ show the email address of each author.
109
+ .HP
110
+ \fB \-\- hidden \fR
111
+ .IP
112
+ Count hidden files and directories.
113
113
.HP
114
114
\fB \- e \fR , \fB \-\- exclude \fR <EXCLUDE>...
115
115
.IP
@@ -118,11 +118,14 @@ Ignore all files & directories matching EXCLUDE.
118
118
\fB \- T \fR , \fB \-\- type \fR <TYPE>...
119
119
.IP
120
120
Filters output by language type (*programming*, *markup*, prose, data).
121
- .SS "ARGS:"
121
+ .HP
122
+ \fB \- h \fR , \fB \-\- help \fR
122
123
.IP
123
- <input>
124
+ Print help information
125
+ .HP
126
+ \fB \- V \fR , \fB \-\- version \fR
124
127
.IP
125
- Run as if onefetch was started in <input> instead of the current working directory.
128
+ Print version information
126
129
.SH "SEE ALSO"
127
130
The full documentation for
128
131
.B onefetch
0 commit comments