Skip to content
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

Make it possible for a verb to issue a single command for the whole list of staged files #465

Open
Canop opened this issue Nov 18, 2021 · 2 comments

Comments

@Canop
Copy link
Owner

Canop commented Nov 18, 2021

Primary mentioned here: #266 (comment)

It should be possible to execute a command with argument the space separated list of paths

@czaplicki
Copy link

Yes please! maybe add it as verb argument?
Would love to be able to create verbs referencing the staging area,
without having to focus the staging panel.

@evanescente-ondine
Copy link

evanescente-ondine commented Jan 31, 2022

or else to do the job, we would need a command to focus the staging area non-interactively.
In the same way, a way to "mark" the currently focused directory (in a local variable), to mention it elsewhere in a sequence.
Like: ":set A {currently_focused_parent};:mv {elements} A;"
or: ":mv {staging_elements} ."

By the way that would make replicating fzf mutliple selection behavior possible, while it's not for the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants