EasyShell icon indicating copy to clipboard operation
EasyShell copied to clipboard

add support for list parameters

Open anb0s opened this issue 9 years ago • 6 comments

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:

  1. for all other commands it's not possible to do it
  2. some commands (bash + git add etc.) need a list of converted resources that is resolved in the command itself

Proposed solution:

  • we need new parameters or extension for support this case, e.g. append "list"
  • for some tested commands (diff tools) we need indexed parameters -> acces list at index N, e.g. name it "index", related to #41 and #70
  • the list elements have to be separated by delimiter that should be variable for user, e.g. "delimiter"

anb0s avatar Jul 31 '16 14:07 anb0s

Just investigated the solution and it needs some major changes to the "action execution" handling --> moving to 2.2

anb0s avatar Dec 18 '16 14:12 anb0s

Being able to pass a list of resources to a command, e.g. the files currently selected in the project explorer, is something I would very much like to see...

mforkel avatar Feb 17 '19 19:02 mforkel

I will add it for next version...

anb0s avatar Feb 18 '19 07:02 anb0s

That's great! Any plans when the next version will be available?

mforkel avatar Feb 22 '19 11:02 mforkel

I've no exact plans, but want to release it for Eclipse 2019-03 --> March 2019

I'm preparing new test build for this weekend and will create issue with testing request / help needed like #169

All fixed issues will be referenced there, so if this one is also solved please help with testing ;)

anb0s avatar Feb 22 '19 12:02 anb0s

I'll be happy test

mforkel avatar Feb 22 '19 12:02 mforkel