Skip to content

Improve how command output gets piped to shell command #197

@tleonhardt

Description

@tleonhardt

Currently the way piping command output to a shell command is implemented, a temporary file is used as an intermediate.

It would be better if a real pipe were used. However doing so in a manner which works consistently and reliably across all OSes and versions of Python may be non-trivial.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions