launcher icon indicating copy to clipboard operation
launcher copied to clipboard

Launcher should have better support for powershell cmdlet tables

Open directionless opened this issue 3 years ago • 0 comments

To better support windows, we should expand our dataflatten exec pattern to include powershell cmdlet. I suspect this will have 2 parts:

  1. Handling the exec path
  2. Parsing the object without needing a toJson pipeline

I'm imagining something akin to dataflattentable.TablePluginExec but that knows how to parse the object data out of powershell without toJson

We might also find there's a better pattern for us.

directionless avatar Sep 06 '22 19:09 directionless