summaryrefslogtreecommitdiff
path: root/man/lsrc.1
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2013-07-27 00:32:03 -0400
committerGravatar Mike Burns <mike@mike-burns.com>2013-07-27 00:32:03 -0400
commitca7b0cd7961e87bb618a4c8376f87253ffd894f2 (patch)
tree63a539c4288809ba767d1f6d7dd8bbd5d3174caa /man/lsrc.1
parentbf87db5b38ec651e3509ea5ec02bb4c7928352e3 (diff)
Flatten man and share directories
The `man` and `share` directories in this project had an unnecessarily deeply nested structure. Flatten it.
Diffstat (limited to 'man/lsrc.1')
-rw-r--r--man/lsrc.150
1 files changed, 50 insertions, 0 deletions
diff --git a/man/lsrc.1 b/man/lsrc.1
new file mode 100644
index 0000000..50642a6
--- /dev/null
+++ b/man/lsrc.1
@@ -0,0 +1,50 @@
+.TH lsrc "1" "July 2013" "rcm"
+
+.SH NAME
+lsrc \- show configuration files
+
+.SH SYNOPSIS
+.B lsrc [-v] [-q] [-t \fItag\fR] [-d \fIdir\fR] [\fIfiles...\fR]
+
+.SH DESCRIPTION
+
+This program lists all configuration files, both the sources in the
+dotfiles directories and the destinations in your home directory.
+
+See \fIrcup\fR\|(1), the \fBDIRECTORY LAYOUT\fR section, for details on
+the directory layout.
+
+It supports these options:
+
+.TP
+\fB-v\fR
+increase verbosity. This can be repeated for extra verbosity.
+
+.TP
+\fB-q\fR
+decrease verbosity
+
+.TP
+\fB-t\fR \fITAG\fR
+list dotfiles according to TAG
+
+.TP
+\fB-d\fR \fIDIR\fR
+list dotfiles from the DIR. This can be specified multiple times.
+
+.TP
+\fIfiles...\fR
+only list the specified file(s)
+
+
+.SH AUTHOR
+
+Written by Mike Burns.
+
+.SH FILES
+.I ~/.dotfiles
+.I ~/.rcrc
+
+.SH SEE ALSO
+
+\&\fIrcrc\fR\|(5), \fImkrc\fR\|(1), \fIrcup\fR\|(1)