1
- .\" Automatically generated by Pandoc 2.3
1
+ .\" Automatically generated by Pandoc 2.4
2
2
.\"
3
3
.TH "sn (1)" "" "" "" ""
4
4
.hy
@@ -10,124 +10,88 @@ sn \- check file size and view or clean artifacts
10
10
sn [OPTION]\& ... <subcommand> [DIRECTORY]\& ... [OPTION]\& ...
11
11
.SH DESCRIPTION
12
12
.PP
13
- \f[B] sn \f[ ] is a command\- line tool to sniff out build artifacts.
13
+ \f[B] sn \f[ R ] is a command\- line tool to sniff out build artifacts.
14
14
It can also optionally clean them.
15
15
.SH OPTIONS
16
16
.TP
17
- .B \f[B] \- h \f[ ], \f[B] \-\- help \f[ ]
17
+ .B \f[B] \- h \f[ R ], \f[B] \-\- help \f[ R ]
18
18
Display help
19
- .RS
20
- .RE
21
19
.TP
22
- .B \f[B] \- v \f[ ], \f[B] \-\- version \f[ ]
20
+ .B \f[B] \- v \f[ R ], \f[B] \-\- version \f[ R ]
23
21
Display version information
24
- .RS
25
- .RE
26
22
.TP
27
- .B \f[B] \- a \f[ ], \f[B] \-\- all \f[ ]
23
+ .B \f[B] \- a \f[ R ], \f[B] \-\- all \f[ R ]
28
24
Display all directory entries
29
- .RS
30
- .RE
31
25
.TP
32
- .B \f[B] \- f \f[ ], \f[B] \-\- files \f[ ]
26
+ .B \f[B] \- f \f[ R ], \f[B] \-\- files \f[ R ]
33
27
Display files in addition to directories
34
- .RS
35
- .RE
36
28
.TP
37
- .B \f[B] \- o \f[ ], \f[B] \-\- sort \f[ ]
29
+ .B \f[B] \- o \f[ R ], \f[B] \-\- sort \f[ R ]
38
30
Sort results by size
39
- .RS
40
- .RE
41
31
.TP
42
- .B \f[B] \- j \f[ ], \f[B] \-\- threads \f[ ]
32
+ .B \f[B] \- j \f[ R ], \f[B] \-\- threads \f[ R ]
43
33
Set number of threads to be used
44
- .RS
45
- .RE
46
34
.TP
47
- .B \f[B] \- d \f[ ], \f[B] \-\- depth \f[ ]
35
+ .B \f[B] \- d \f[ R ], \f[B] \-\- depth \f[ R ]
48
36
Set maximum depth for which to print results (default 2)
49
- .RS
50
- .RE
51
37
.TP
52
- .B \f[B] \- e \f[ ], \f[B] \-\- exclude \f[ ]
38
+ .B \f[B] \- e \f[ R ], \f[B] \-\- exclude \f[ R ]
53
39
Regular expression defining files or directories to exclude
54
- .RS
55
- .RE
56
40
.TP
57
- .B \f[B] \- t \f[ ], \f[B] \-\- threshold \f[ ]
41
+ .B \f[B] \- t \f[ R ], \f[B] \-\- threshold \f[ R ]
58
42
Set a minimum file size for entries to be reported
59
- .RS
60
- .RE
61
43
.SH SUBCOMMANDS
62
44
.TP
63
- .B \f[B] artifacts \f[ ], \f[B] ar \f[ ], \f[B] r \f[ ]
45
+ .B \f[B] artifacts \f[ R ], \f[B] ar \f[ R ], \f[B] r \f[ R ]
64
46
Print out file sizes of build artifacts
65
- .RS
66
- .RE
67
47
.TP
68
- .B \f[B] clean \f[ ], \f[B] c \f[ ]
48
+ .B \f[B] clean \f[ R ], \f[B] c \f[ R ]
69
49
Clean build artifacts
70
- .RS
71
- .RE
72
50
.TP
73
- .B \f[B] files \f[ ], \f[B] l \f[ ]
51
+ .B \f[B] files \f[ R ], \f[B] l \f[ R ]
74
52
Show all file sizes, not just directory sizes
75
- .RS
76
- .RE
77
53
.TP
78
- .B \f[B] directories \f[ ], \f[B] d \f[ ], \f[B] dir \f[ ]
54
+ .B \f[B] directories \f[ R ], \f[B] d \f[ R ], \f[B] dir \f[ R ]
79
55
Show only directory sizes
80
- .RS
81
- .RE
82
56
.TP
83
- .B \f[B] fat \f[ ], \f[B] f \f[ ]
57
+ .B \f[B] fat \f[ R ], \f[B] f \f[ R ]
84
58
Show only large directories
85
- .RS
86
- .RE
87
59
.TP
88
- .B \f[B] parallel \f[ ], \f[B] p \f[ ]
89
- Same as \f[B] directories \f[ ] , but in parallel.
90
- .RS
91
- .RE
60
+ .B \f[B] parallel \f[ R ], \f[B] p \f[ R ]
61
+ Same as \f[B] directories \f[ R ] , but in parallel.
92
62
.TP
93
- .B \f[B] sort \f[ ], \f[B] o \f[ ]
63
+ .B \f[B] sort \f[ R ], \f[B] o \f[ R ]
94
64
Sort results by size
95
- .RS
96
- .RE
97
65
.TP
98
- .B \f[B] update \f[ ], \f[B] u \f[ ]
66
+ .B \f[B] update \f[ R ], \f[B] u \f[ R ]
99
67
Update to latest release
100
- .RS
101
- .RE
102
68
.TP
103
- .B \f[B] help \f[ ]
69
+ .B \f[B] help \f[ R ]
104
70
Display help
105
- .RS
106
- .RE
107
71
.SH EXAMPLES
108
72
.IP
109
73
.nf
110
74
\f[ C ]
111
- sn\ p \ ~
112
- \f[ ]
75
+ sn p \[ ti ]
76
+ \f[ R ]
113
77
.fi
114
78
.IP
115
79
.nf
116
80
\f[ C ]
117
- sn\ c
118
- \f[ ]
81
+ sn c
82
+ \f[ R ]
119
83
.fi
120
84
.IP
121
85
.nf
122
86
\f[ C ]
123
- sn\ d \ .
124
- \f[ ]
87
+ sn d .
88
+ \f[ R ]
125
89
.fi
126
90
.IP
127
91
.nf
128
92
\f[ C ]
129
- sn\ ar\ ~ /work\ \- e\ forks
130
- \f[ ]
93
+ sn ar \[ ti ] /work \- e forks
94
+ \f[ R ]
131
95
.fi
132
96
.SH AUTHORS
133
97
Vanessa McHale.
0 commit comments