From 22b4bd5555fb8c56aa3137c19ec24704ddc3f64f Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Fri, 2 Aug 2013 17:37:41 -0400 Subject: Add rcdn This program will remove all your rc files that are symlinked. This can be further controlled by `-d` and `-t`. For example, you can feel comfortable trying new rc files because you can quickly remove them again with `-d`. rcup -d thoughtbot-dotfiles rcdn -d thoughtbot-dotfiles Likewise, when you're done with Python just drop it: rcdn -t python --- man/rcdn.1 | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 man/rcdn.1 (limited to 'man/rcdn.1') diff --git a/man/rcdn.1 b/man/rcdn.1 new file mode 100644 index 0000000..65c9bf0 --- /dev/null +++ b/man/rcdn.1 @@ -0,0 +1,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 -- cgit v1.2.3