-
Notifications
You must be signed in to change notification settings - Fork 1
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
Migrate to linker #10
Comments
I have a speculative PR https://github.com/feel-co/hjem/pull/9/files My intent was originally to put it under The API I have in mind is to basically provide the paths to the old ( |
A diffing mechanism could be implemented, it would be fairly simple, it might also allow atomic symlink switching |
are there still plans to support a drop-in custom linker? I have some work done on one with configurable partial mutability (although it's turning out quite slow as the problem is hard). I would want to be able to use that for certain files and then defer to tmpfiles/this project/some other linker if possible. |
Yes. |
I've created:
https://github.com/Gerg-L/linker
Which should be able to replace tmpfiles, and more
It should be able to handle file "activation" and "deactivation"
Currently the biggest parts missing is testing and documentation
It can:
And then reverse everything on deactivation
The text was updated successfully, but these errors were encountered: