logo

LiveTxtReader

main

The NN LiveTxtReader is a console application, a tool that reads a file (as a text) actively. Does not block the file, or hold it hostage.
There is no configuration, or file selection. If you want to run a file manually, just drop it on the exe. Otherwise, it can by run with a single argument (by a link, bat, or application) - path to a file. You can exit by simply closing the console window.
Intended for Windows. Written in C#.

As an example of usage I will use the exact thing for why this exists. Reading logs. I needed a tool that would open up straight after some installation finished, configured to read a file in exact path. This opens up this app and the installed program. It writes logs in the read file for a few minutes with intervals and I see the feed live. That is the original purpose for this tool. Use it however you need though.



NejedNiko (c) 2020




Features

  • Takes one argument (file path)
  • Auto-reading, or waits for a file to start existing
  • Does not block a file from being used

Planned features

  1. None




Downloads

OpenSource

Not yet available.

Releases

Latest

v1.0.0 | .zip

Older

Nothing in this list yet


License

You can use this under the GNU GENERAL PUBLIC LICENSE.

Feel free to include this ton any project you need it in.


Go back