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

Option to use symlinks #46

Closed
mb5 opened this issue May 4, 2012 · 5 comments
Closed

Option to use symlinks #46

mb5 opened this issue May 4, 2012 · 5 comments

Comments

@mb5
Copy link

mb5 commented May 4, 2012

It would be nice to use symlink instead of moving/renaming the original file so that applications can still access the file from its previous location. I would suggest two options: link-to to generate a link to the original file with the new name at the new location and link-from to generate a link with the old name after the file has been moved/renamed.

@dbr
Copy link
Owner

dbr commented May 4, 2012

Indeed, less destructive moving is something I've been meaning to do for ages..

In addition to what you mention, also:

  • Copy file to new name
  • Hardlink file to new name

The current renaming code is kind of a mess, when I get around to tidying it up, I'll be sure to implement these

@tremby
Copy link
Contributor

tremby commented Nov 24, 2012

My pull request implements some of this. #59

@f4hy
Copy link

f4hy commented Apr 20, 2016

Looks like your pull request implemented link-from, but the link-to option this issue requested appears to still be unimplemented.

@tremby
Copy link
Contributor

tremby commented Apr 20, 2016

Yup, fair enough.

@dbr
Copy link
Owner

dbr commented Sep 29, 2020

Closing old ticket - will be implemented via #190

@dbr dbr closed this as completed Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants