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

[Request] Create go template variable for selected items in files for example #3818

Open
Ajaymamtora opened this issue Aug 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Ajaymamtora
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Id like to perform a shell command to act on the multi-selected items in the files panel, for example batch ignore files. At the moment there's only a variable for a single file.

Describe the solution you'd like
A clear and concise description of what you want to happen.
Create go template variable for selected items in files for example for custom commands.

e.g.

    command: 'echo {{.VisuallySelectedFiles}}'
    context: 'files'

or something along those lines

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Manually ignoring single files. There's loads of other applications for providing the selected files to custom commands.

@Ajaymamtora Ajaymamtora added the enhancement New feature or request label Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant