Registry / utility / pipe-run

pipe-run

JSON →
library0.3.0rbrubygemsunverified

Executes shell commands and returns outputs in a single call, supporting both synchronous and asynchronous (EventMachine) execution.

gem install pipe-run
INSTALL
IMPORT
SIG · PIPE-RUN
P
pipe-run
utilityrubyv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PipeRun
require 'pipe-run'

Runs a shell command and prints its stdout.

require 'pipe-run' result = PipeRun.run('echo hello') puts result.stdout
Debug
Known issues
gotchaEventMachine dependency may require additional setup for async usage.
fix
Ensure EventMachine is installed and properly configured when using asynchronous mode.
affects: >= 0.1.0
Upgrade
Version history
0.3.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
Amazon
1
OpenAI (training)
1
Resources
pipe-run — gem install pipe-run · libregistry