Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open pipe instead of file #44

Closed
ForNeVeR opened this issue Dec 3, 2015 · 2 comments
Closed

Open pipe instead of file #44

ForNeVeR opened this issue Dec 3, 2015 · 2 comments

Comments

@ForNeVeR
Copy link

ForNeVeR commented Dec 3, 2015

It would be very nice to pipe command output to TailBlazer and use it as a log viewer (as a real tail program). For example,

cmd> nginx | TailBlazer

(nginx here is just an example of a long running application)

It would be even more nicer to connect to any running process stdout and read its logs, but I fear that it will involve much native code magic and dealing with Windows permissions; maybe it isn't possible at all.

@RolandPheasant
Copy link
Owner

Any command output in theory could be piped to tail blazer using stand command output parsing.

My first instinct is this is doable but will require further research.

@RolandPheasant
Copy link
Owner

This will be considered in #51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants