Giter Site home page Giter Site logo

thewoolleyman / process_helper Goto Github PK

View Code? Open in Web Editor NEW
10.0 5.0 1.0 73 KB

Makes it easy to spawn Ruby sub-processes with guaranteed exit status handling, capturing and/or suppressing combined STDOUT and STDERR streams, providing STDIN input, timeouts, and running via a pseudo terminal.

License: The Unlicense

Ruby 100.00%
ruby ruby-processing ruby-cli shell subprocess spawn pseudo-terminal pty stream-stdout stdin

process_helper's People

Contributors

jackysum avatar oppegard avatar thewoolleyman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

pivotaltracker

process_helper's Issues

output is occasionally swallowed

In some rare cases, some of the streaming output of the wrapped process is swallowed and never shown.

Don't have a reproducible case yet, but opening an issue just so users are aware it's a known issue even on most recent rubies (2.3).

Seems like this may be a bug in the underlying Open3.popen2e implementation, since process_helper is just a thin wrapper around that.

Support color in terminals

When using the ruby system method to shell out, it sets the correct options to preserve color in the output. For example system(rspec --color). ProcessHelper should do the same.

Looking at the RSpec code, it uses the #tty? method to determine if color is supported, which is usually IO#tty? on $stdout.

In this specific instance, RSpec can be forced to use color by adding the --tty option in addition to --color; since ProcessHelper is intended for use on any command, it's best to support color output rather than figure out one-off overrides for every command.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.