Skip to content

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

Merged
merged 1 commit into from
Jul 17, 2022
Merged

feat(marks): add bulk move action #1419

merged 1 commit into from
Jul 17, 2022

Conversation

kyazdani42
Copy link
Member

@kyazdani42 kyazdani42 commented Jul 12, 2022

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

Copy link
Member

@alex-courtis alex-courtis left a 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

@kyazdani42 kyazdani42 force-pushed the feat/mark-bulk-rename branch from e05a96e to 5e94dff Compare July 16, 2022 08:55
@kyazdani42 kyazdani42 requested a review from alex-courtis July 16, 2022 08:55
@kyazdani42 kyazdani42 changed the title feat(marks): add bulk rename action feat(marks): add bulk move action Jul 16, 2022
return utils.warn(err_fmt(node.absolute_path, to, err))
end
utils.clear_prompt()
a.nvim_out_write(node.absolute_path .. " ➜ " .. to .. "\n")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

Copy link
Member

@alex-courtis alex-courtis left a 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

@kyazdani42 kyazdani42 merged commit 26512c3 into master Jul 17, 2022
@kyazdani42 kyazdani42 deleted the feat/mark-bulk-rename branch July 17, 2022 06:25
Almo7aya pushed a commit to Almo7aya/nvim-tree.lua that referenced this pull request Oct 11, 2022
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

Successfully merging this pull request may close these issues.

2 participants