8000 GitHub - odo/ex_pipe: Pipe stuff from the shell into Elixir and back!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

odo/ex_pipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExPipe

Pipe stuff from the shell into Elixir and back!

Installation

Run mix escript.build and put ex_pipe in you $PATH.

Usage

ex_pipe command pipes stdin into the elixir command outputs strings as-is, everything else using IO.inspect

cat my_file | ex_pipe "byte_size |> Kernel./(1024)" > /tmp/file_size

About

Pipe stuff from the shell into Elixir and back!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0