From 72ca48bc8f1e70a5297f2f5213d73237fe861696 Mon Sep 17 00:00:00 2001 From: Alexey Murz Korepov Date: Fri, 27 Aug 2021 10:32:49 +0300 Subject: [PATCH 1/2] Add line format instuction directly to lists config file There are more detailed instruction exists, but when I start editing the `/etc/unburden-home-dir.list` I always forgot the abbreviations, so will be good to have them directly in file. --- etc/unburden-home-dir.list | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/etc/unburden-home-dir.list b/etc/unburden-home-dir.list index 4a7d604..0156b1d 100644 --- a/etc/unburden-home-dir.list +++ b/etc/unburden-home-dir.list @@ -1,3 +1,14 @@ +############################################################################################### +# This is a configuration of folders, that unburden-home-dir will symlink to TARGETDIR +# All lines must be with columns using this order: +# Action Type Path Identifier +# Columns description +# Action - d/r or m: delete/remove or move; the first two are equivalent +# Type - d, D, f or F: directory or file, capital letter means "create it if it doesn’t exist" +# Path - path, relative to $HOME to move off to some other location +# Identifier - optional identifier for file or directory in the other location +############################################################################################### + # Generic cache locations m D .cache cache m D .thumbnails thumbnails From e9ea9e10633887bff34dc25e9a350ef1498c94d6 Mon Sep 17 00:00:00 2001 From: Alexey Murz Korepov Date: Fri, 27 Aug 2021 10:34:07 +0300 Subject: [PATCH 2/2] Fix Identifier description --- etc/unburden-home-dir.list | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/unburden-home-dir.list b/etc/unburden-home-dir.list index 0156b1d..d35010b 100644 --- a/etc/unburden-home-dir.list +++ b/etc/unburden-home-dir.list @@ -1,12 +1,12 @@ ############################################################################################### -# This is a configuration of folders, that unburden-home-dir will symlink to TARGETDIR +# This is a configuration of folders, that unburden-home-dir will symlink to $TARGETDIR # All lines must be with columns using this order: # Action Type Path Identifier # Columns description # Action - d/r or m: delete/remove or move; the first two are equivalent # Type - d, D, f or F: directory or file, capital letter means "create it if it doesn’t exist" # Path - path, relative to $HOME to move off to some other location -# Identifier - optional identifier for file or directory in the other location +# Identifier - name of file or directory in the $TARGETDIR ############################################################################################### # Generic cache locations