PipeScript icon indicating copy to clipboard operation
PipeScript copied to clipboard

Filters For a Language or Technology

Open StartAutomating opened this issue 1 year ago • 0 comments

PowerShell has a great and underused concept of a filter.

Filters accept input and any number of arguments, and run once per piped in object.

They tend to be both smaller and faster than most functions, and thus, good to expose.

Beyond that, the term "filter" lends itself naturally to certain obvious scenarios.

So, the following Script Properties should be added:

  • [ ] #1080
  • [ ] Template.get_Filter(s)
  • [ ] Tech.get_Filters(s)

StartAutomating avatar Mar 20 '24 00:03 StartAutomating