mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #134] ability to read from stdin (unix pipe support) #98
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ssbarnea on GitHub (Aug 10, 2018).
Original GitHub issue: https://github.com/mthenw/frontail/issues/134
Opposed to unix tail, frontail seems not to be work in unix pipe mode.
Example
cat foo.txt | frontailwould be expected to work.@mthenw commented on GitHub (Aug 14, 2018):
Hey @ssbarnea,
it should work https://github.com/mthenw/frontail#stdin