For "clipboard" commands EasyShell already collects all selected resources. Then it executes variable expansion for each of them and copies this to one string and passes it to clipboard at the end.
We need some improvements here:
- for all other commands it's not possible to do it
- some commands (bash + git add etc.) need a list of converted resources that is resolved in the command itself
Proposed solution:
For "clipboard" commands EasyShell already collects all selected resources. Then it executes variable expansion for each of them and copies this to one string and passes it to clipboard at the end.
We need some improvements here:
Proposed solution: