Open pipe instead of file (original) (raw)
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.