abiosoft / abiosoft/ishell

Feature request: Pipe operator (function)

Open
#50 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Go
Stars
1.8k
Forks
213
PR merge metrics
No merged PRs in 30d

Description

hi,

I am thinking of a pipe operator in ishell. so you could pipe through another function:

```
>>> print "hello" | func1
```

stdout (or return of the print function) is piped into func1 as stdin (or input arguments).

is this possible or any plans to implement this?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.