summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2013-07-10 23:50:11 +0200
committerGravatar Mike Burns <mike@mike-burns.com>2013-07-12 21:53:07 +0200
commit30e09856846e482d1bc805645956d2cfe202e0cc (patch)
treeabe89042ab5df3af14faf1a203dfda81d095bd18 /README.md
parent75586ddbd84bbce167ae981a674d60743acb857b (diff)
Add lsrc
The `lsrc` command works just like the `rcup` command but instead of making symlinks and directories, it just lists all the files that would be symlinks. It prints the destination (e.g. `~/.foo`) and the source (`~/.dotfiles/foo`), separated by a colon. Re-write `rcup` in terms of `lsrc`.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5d5e61b..f75f57b 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This is a management suite for dotfiles.
It assumes that you have a separate dotfiles directory, or are
interested in creating one.
-The programs provided are `rcup` and `mkrc`.
+The programs provided are `rcup`, `mkrc`, and `lsrc`.
Installation
------------
@@ -27,6 +27,8 @@ Programs
directories.
* `mkrc` is for introducing a dotfile into your dotfiles directory, with
support for tags and multiple source directories.
+* `lsrc` shows you all your dotfiles and where they would be symlinked
+ to. It is used by `rcup` but is provided for your own use, too.
Support
-------