-
Notifications
You must be signed in to change notification settings - Fork 32
Work with tail -f #1
Comments
Well, it does work with stdin content. Actually, it only works with stdin, I think. It should work with other types of input.
|
Yeah, that was imprecise of me, sorry. My real use case is that I currently tail a log and send it into Does that make sense? |
Oh, I see it now. This seems complicated. I don't know how Sorry, but I think I will not be able to include this feature anytime soon, but if you (or anyone else) did a PR I would be glad to merge it. |
Yes, just adding a new line. And logs are append only, so no real issue. Ok, that's fine 😄 |
It has something to do with reading Stdin as a stream, right? It shouldn't be difficult. |
Yup, sounds right. |
Would it be possible for this to work on stdin as well?
I'd like to tail a log and send it into this, and be able to interactively filter it.
jq
handles stdin just fine, if that matters 😄The text was updated successfully, but these errors were encountered: