Skip to content

Make it possible to pipe utilities #59

@fhunleth

Description

@fhunleth

At a shell prompt, it's really convenient to be able to pipe the output from one command into another. The current toolshed commands don't let you do this. Here's an example that would be nice to support:

iex> cat("/etc/services") |> grep(~r/ntp/)
... all lines with `ntp` in them...

The refactor branch has a start at implementing this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions