Skip to content

Reading from stdin #55

Closed
Closed
@kolypto

Description

@kolypto

Currently it's not possible to read from stdin:

$ docker logs tasks 2>&1 | ./jlv -
Something went wrong: os: open -: no such file or directory.

A workaround is to use bash process substitution:

$ ./jlv <(docker logs tasks 2>&1)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions