summaryrefslogtreecommitdiff
path: root/man/rcdn.1
blob: 65c9bf0398f5edaeecedece7dc6ac0600a8eb1ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.Dd August 2, 2013
.Dt RCDN 1
.Os
.Sh NAME
.Nm rcdn
.Nd remove dotfiles
.Sh SYNOPSIS
.Nm rcdn
.Op Fl vq
.Op Fl t Ar tag
.Op Fl d Ar dir
.Op Ar files ...
.Sh DESCRIPTION
This program will remove all the rc files that the
.Xr rcm 7
suite knows about. This can be further controlled with the
.Fl t
and
.Fl d
flags.
.Bl -tag
.It Fl v
increase verbosity. This can be repeated for extra verbosity.
.It Fl q
decrease verbosity
.It Fl t Ar TAG
remove dotfiles according to
.Ar TAG
.It Fl d Ar DIR
remove dotfiles from the
.Ar DIR .
This can be specified multiple times.
.It Ar files
only remove the specified file(s)
.El
.
.Sh EXAMPLES
.Dl rcdn -v
.Dl rcdn zshrc
.Dl rcdn -t python
.Dl rcdn -d ~/corporate-dotfiles
.Sh FILES
.Pa ~/.dotfiles
.Pa ~/.rcrc
.Sh SEE ALSO
.Xr lsrc 1 ,
.Xr mkrc 1 ,
.Xr rcup 1 ,
.Xr rcrc 5 ,
.Xr rcm 7
.Sh AUTHORS
.An "Mike Burns" Aq mike@mike-burns.com