commit 84f31cb86b93a8bd2cc7e5ca2ebdc57343fb2ac6
parent 12028bba143ea800e9014d88e9ddf142b3983e28
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Tue, 11 Feb 2020 12:57:59 +0100
More documentation updated
Diffstat:
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/conf b/conf
@@ -379,11 +379,16 @@ This is a script to manage filesystem-wide symbolic links to your dotfiles (conf
The location of the map file is set in the script itself, using the $MAPFILE variable.
The default name of the mapfile is "dot.map", and it is located in the root of your dotfiles folder.
The location of your dotfiles is set either using the $DOTFILES environment variable, or inside the script itself.
+
Every existing file will be backed up by appending the extension '.bak', before being overwritten.
If a directory in the destination path doesn't exist, it is automatically created.
`conf` doesn't remove empty directories after unlinking.
When linking/unlinking you either provide the name of the top directory, or the full name of the mapped path (see examples below for more information).
+=head1 ARGUMENTS
+
+The available commands are:
+
=over 4
=item * B<link [entry1 [entry2...]]>
@@ -409,7 +414,6 @@ Edit the map file with whatever you set as $EDITOR
List the current mappings.
-
=back
=head1 EXAMPLES
diff --git a/conf.1 b/conf.1
@@ -175,6 +175,9 @@ Every existing file will be backed up by appending the extension '.bak', before
If a directory in the destination path doesn't exist, it is automatically created.
`conf` doesn't remove empty directories after unlinking.
When linking/unlinking you either provide the name of the top directory, or the full name of the mapped path (see examples below for more information).
+.SH "ARGUMENTS"
+.IX Header "ARGUMENTS"
+The available commands are:
.IP "\(bu" 4
\&\fBlink [entry1 [entry2...]]\fR
.Sp