From 5b979a2ac97429afeebcc899634dea903c0f9b92 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Fri, 1 Jul 2022 10:41:05 -0400 Subject: [PATCH] Documenting the apply action --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f54ee7f..305c428 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,14 @@ The above will (assuming all the defaults): 1. Remove the symlink at `/home/user/Documents` (from cache file) 2. Move `$XDG_DATA_HOME/transpose/My Documents` to `/home/user/Documents` + + +### Applying a Previously Transpose Managed Directory + +This will recreate the symlink based on the cache file within the directory. + +This is most useful when moving the stored directory. + +``` +transpose apple "/home/user/.local/share/transpose/My Documents" +```