Closed andsens closed 10 years ago
Instead of disallowing directory tracking actually move the folder and then proceed like symlink does. Maybe the code in the symlink iteration should be refactored to be used both places.
Alternatively, if one wanted to track all files in say .config, one could simply write homeshick track config-files .config/**.
.config
homeshick track config-files .config/**
+1
Instead of disallowing directory tracking actually move the folder and then proceed like symlink does. Maybe the code in the symlink iteration should be refactored to be used both places.