feature: Ability to Copy Tags From Another git_branch
Scope
#180
Labels
enhancement
New feature or request
git_branch
Scope
#180
Did you check the docs?
Is your feature request related to a problem? Please describe.
Really enjoy using Grapple! It really improves my workflow so much, so thanks for everything you do maintaining this plugin.
I frequently use the
git_branch
scope, and there are sometimes when I want to copy tags from one scope (git-branch-a
) to another scope (git-branch-b
).Currently, I can do this by yanking all the lines in the popup that comes up with
:Grapple toggle_tags
ongit-branch-a
and pasting them into the popup window when I'm ongit-branch-b
, but it would be nice if there were a less manual way of doing this.Describe the solution you'd like
I think it would be nice if there were a command like
:Grapple copy_tags_from <scope>
so it could be used like:git switch <branch-b>
nvim -c "Grapple copy_tags_from branch-a"
branch-a
populated into the Grapple scope forbranch-b
Describe alternatives you've considered
This process can be done manually by yanking lines displayed when
:Grapple toggle_tags
is called and pasting them into the same popup when on another branch, but it feels like more steps than necessary.Additional context
No response
The text was updated successfully, but these errors were encountered: