-
-
Notifications
You must be signed in to change notification settings - Fork 625
feat(marks): add bulk move action #1419
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
Conversation
3728122
to
e05a96e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested OK:
- 1, n moved
- 1, n, all targets exists
- mix of files / folders
e05a96e
to
5e94dff
Compare
return utils.warn(err_fmt(node.absolute_path, to, err)) | ||
end | ||
utils.clear_prompt() | ||
a.nvim_out_write(node.absolute_path .. " ➜ " .. to .. "\n") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-tested OK
- some files exist: error messages correct, other files moved
Action is bound to
bmv
, i'm not sure if this is a correct binding. Not sure what other tree do for these kind of operations.Implements part of #1413