PipeScript icon indicating copy to clipboard operation
PipeScript copied to clipboard

A Metaprogramming Language for PowerShell (and anything else)

Results 128 PipeScript issues
Sort by recently updated
recently updated
newest added

If a formatter uses `$psStyle` to write output, Out-HTML should convert that style into a css color class (using the conventions established in [4bitcss](https://4bitcss.com) ) This seems like it might...

## Module Playgrounds A Module should be able to serve a playground, where code can be (somewhat) arbitrarily executed. This should be safer than it sounds. Like real playgrounds, Module...

Currently, this is hardcoded into PSNode (and that's generally not ideal). Essentially, if we are serving HTTP requests, our pipeline should be flexibly determinable by content type. This will be...

enhancement
Types