Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
/ ropen Public archive

[ABANDONED] A process execution library which doesn't suck.

License

Notifications You must be signed in to change notification settings

codahale/ropen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ropen

A process execution library which doesn't suck.

  cmd = Ropen::Command.new("/bin/cat", "/home/coda/my-recipes.txt")
  cmd.on_stdout do |cat, line|
    if line =~ /sugar/
      puts line
    end
    cat.stdin.puts "cat doesn't take input, but imagine if it did..."
  end
  cmd.run

About

[ABANDONED] A process execution library which doesn't suck.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages