-
Notifications
You must be signed in to change notification settings - Fork 463
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
Command for creating hard links #1258
Comments
Nice to have, maybe we can add a Anyone want to give it a go? We need to add the yazi/yazi-core/src/manager/commands/link.rs Lines 5 to 8 in 11547ee
And this should be the only place we need to change in the scheduler: yazi/yazi-scheduler/src/file/file.rs Lines 84 to 95 in 11547ee
|
I have a work-in-progress patch here: #1268 I still want to add support for directories. |
The pull request is now ready for review. I also added an optional second commit for adjusting the default keymap. This is how I would configure the keys, but I understand that my opinion might differ from other people. |
Done in #1268 |
I'm going to lock this issue because it has been closed for 30 days. ⏳ |
Please describe the problem you're trying to solve
I'd like to have a keymappable command for creating a hard link of the yanked file. In case of multiple files or directories, I'd like it to create the directories and hard links for all of them in a tree structure.
Would you be willing to contribute this feature?
Describe the solution you'd like
hardlink
command would be similar tolink
.Additional context
No response
The text was updated successfully, but these errors were encountered: