Tuckr
Tuckr copied to clipboard
Extend special folders to include `.local`
I have some scripts in ~/.local/scripts that I manage with stow, but .local is used my many other applications
Tuckr does not link them.
Would be nice to extend the "special" folders to include .local
or perhaps, and this is probably a large change in the logic
drill down the folder structure until there is no conflicting folder and symlink that instead of the files/folders directly inside Configs/config
https://github.com/RaphGL/Tuckr/blob/113a2579c8d086cc227d72be5aeca719a7382a21/src/utils.rs#L131-L134
Yeah, the code you linked to is actually a temporary work around, I have an issue (https://github.com/RaphGL/Tuckr/issues/15) open for this that should fix this but I haven't managed to fix it yet (I haven't tried to fix it in a bit tbh because I was the only one using the program).
Hopefully I'll get to it this weekend and start fixing the small issues still present.
Shallow symlinking has been implemented. No work arounds are necessary for this anymore. For more information check https://github.com/RaphGL/Tuckr/issues/21#issuecomment-2212051295