Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit e711dad

Browse files
author
Vanessa McHale
committed
manpages
1 parent 0dc2780 commit e711dad

File tree

3 files changed

+29
-67
lines changed

3 files changed

+29
-67
lines changed

man/tin-summer.1

Lines changed: 29 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" Automatically generated by Pandoc 2.3
1+
.\" Automatically generated by Pandoc 2.4
22
.\"
33
.TH "sn (1)" "" "" "" ""
44
.hy
@@ -10,124 +10,88 @@ sn \- check file size and view or clean artifacts
1010
sn [OPTION]\&... <subcommand> [DIRECTORY]\&... [OPTION]\&...
1111
.SH DESCRIPTION
1212
.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.
1414
It can also optionally clean them.
1515
.SH OPTIONS
1616
.TP
17-
.B \f[B]\-h\f[], \f[B]\-\-help\f[]
17+
.B \f[B]\-h\f[R], \f[B]\-\-help\f[R]
1818
Display help
19-
.RS
20-
.RE
2119
.TP
22-
.B \f[B]\-v\f[], \f[B]\-\-version\f[]
20+
.B \f[B]\-v\f[R], \f[B]\-\-version\f[R]
2321
Display version information
24-
.RS
25-
.RE
2622
.TP
27-
.B \f[B]\-a\f[], \f[B]\-\-all\f[]
23+
.B \f[B]\-a\f[R], \f[B]\-\-all\f[R]
2824
Display all directory entries
29-
.RS
30-
.RE
3125
.TP
32-
.B \f[B]\-f\f[], \f[B]\-\-files\f[]
26+
.B \f[B]\-f\f[R], \f[B]\-\-files\f[R]
3327
Display files in addition to directories
34-
.RS
35-
.RE
3628
.TP
37-
.B \f[B]\-o\f[], \f[B]\-\-sort\f[]
29+
.B \f[B]\-o\f[R], \f[B]\-\-sort\f[R]
3830
Sort results by size
39-
.RS
40-
.RE
4131
.TP
42-
.B \f[B]\-j\f[], \f[B]\-\-threads\f[]
32+
.B \f[B]\-j\f[R], \f[B]\-\-threads\f[R]
4333
Set number of threads to be used
44-
.RS
45-
.RE
4634
.TP
47-
.B \f[B]\-d\f[], \f[B]\-\-depth\f[]
35+
.B \f[B]\-d\f[R], \f[B]\-\-depth\f[R]
4836
Set maximum depth for which to print results (default 2)
49-
.RS
50-
.RE
5137
.TP
52-
.B \f[B]\-e\f[], \f[B]\-\-exclude\f[]
38+
.B \f[B]\-e\f[R], \f[B]\-\-exclude\f[R]
5339
Regular expression defining files or directories to exclude
54-
.RS
55-
.RE
5640
.TP
57-
.B \f[B]\-t\f[], \f[B]\-\-threshold\f[]
41+
.B \f[B]\-t\f[R], \f[B]\-\-threshold\f[R]
5842
Set a minimum file size for entries to be reported
59-
.RS
60-
.RE
6143
.SH SUBCOMMANDS
6244
.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]
6446
Print out file sizes of build artifacts
65-
.RS
66-
.RE
6747
.TP
68-
.B \f[B]clean\f[], \f[B]c\f[]
48+
.B \f[B]clean\f[R], \f[B]c\f[R]
6949
Clean build artifacts
70-
.RS
71-
.RE
7250
.TP
73-
.B \f[B]files\f[], \f[B]l\f[]
51+
.B \f[B]files\f[R], \f[B]l\f[R]
7452
Show all file sizes, not just directory sizes
75-
.RS
76-
.RE
7753
.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]
7955
Show only directory sizes
80-
.RS
81-
.RE
8256
.TP
83-
.B \f[B]fat\f[], \f[B]f\f[]
57+
.B \f[B]fat\f[R], \f[B]f\f[R]
8458
Show only large directories
85-
.RS
86-
.RE
8759
.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.
9262
.TP
93-
.B \f[B]sort\f[], \f[B]o\f[]
63+
.B \f[B]sort\f[R], \f[B]o\f[R]
9464
Sort results by size
95-
.RS
96-
.RE
9765
.TP
98-
.B \f[B]update\f[], \f[B]u\f[]
66+
.B \f[B]update\f[R], \f[B]u\f[R]
9967
Update to latest release
100-
.RS
101-
.RE
10268
.TP
103-
.B \f[B]help\f[]
69+
.B \f[B]help\f[R]
10470
Display help
105-
.RS
106-
.RE
10771
.SH EXAMPLES
10872
.IP
10973
.nf
11074
\f[C]
111-
sn\ p\ ~
112-
\f[]
75+
sn p \[ti]
76+
\f[R]
11377
.fi
11478
.IP
11579
.nf
11680
\f[C]
117-
sn\ c
118-
\f[]
81+
sn c
82+
\f[R]
11983
.fi
12084
.IP
12185
.nf
12286
\f[C]
123-
sn\ d\ .
124-
\f[]
87+
sn d .
88+
\f[R]
12589
.fi
12690
.IP
12791
.nf
12892
\f[C]
129-
sn\ ar\ ~/work\ \-e\ forks
130-
\f[]
93+
sn ar \[ti]/work \-e forks
94+
\f[R]
13195
.fi
13296
.SH AUTHORS
13397
Vanessa McHale.

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//! This is the library providing supporting functionality for the `sn` binary. The APIs here
22
//! aren't stable, but you may find useful documentation of how to use `sn`.
3-
#![feature(tool_lints)]
43
#![allow(clippy::too_many_arguments)]
54
#![allow(unknown_lints)]
65
#![allow(clippy::unreadable_literal)]

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![feature(tool_lints)]
21
#[macro_use]
32
extern crate clap;
43

0 commit comments

Comments
 (0)