Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can this be made to work in reverse? #3

Closed
brybrant opened this issue Sep 13, 2022 · 1 comment
Closed

Can this be made to work in reverse? #3

brybrant opened this issue Sep 13, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@brybrant
Copy link

Hi. Nice work. Could you please make this software work in reverse to the way it currently does?
Currently the "destination path" is where the symbolic link is placed, but I want all of the "source files" to be replaced by symbolic links that point to a single 'master file' that is moved to the destination path.

I have a folder structure like this:

|- folder1/duplicateFile.png
|- folder2/duplicateFile.png

But I would like to create a structure like this:

|- folder1/linkToOriginal.symlink
|- folder2/linkToOriginal.symlink
|- folder3/original.png

This way I can have a single 'master file' and the rest can be symbolic links so I can save space!

@arnobpl
Copy link
Owner

arnobpl commented Oct 21, 2022

Thank you for using the software and suggesting the feature! I will probably try to add the feature but not sure when I can do that.

@arnobpl arnobpl added the enhancement New feature or request label Oct 21, 2022
@arnobpl arnobpl closed this as completed Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants