shell_stream v0.0.1 ShellStream

Simple interface for dealing with shell commands as streams.

Exposes the functionality via the shell function or with sigil_x. Probably useful for using elixir in shell scripts.

Summary

Functions

Exposes a shell command as an elixir stream. As simple as that

Wraps the shell command around the ~x sigil for nicer syntax, but it is completely optional

Functions

shell(command)

Exposes a shell command as an elixir stream. As simple as that.

sigil_x(command, list)

Wraps the shell command around the ~x sigil for nicer syntax, but it is completely optional.

Currently supports no options.