-
Notifications
You must be signed in to change notification settings - Fork 460
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
feat: new command hardlink
#1268
Conversation
I have only tested this on Linux, but my understanding is that it should work regardless of the OS. |
I've thought about it, and it's better to implement it as a new command I'll finish the remaining work on this PR. |
hardlink
I did some tests and it looks great even when hardlinking to a broken softlink (points to a file don't exist). I think we can merge it now. |
Co-authored-by: sxyazi <[email protected]>
Implementation for #1258.
I hope addingwalkdir
as a dependency is okay.