I'm looking for a text editor / log manager of some kind that will automatically refresh a file's contents when it changes.

I have a single target log file (e.g. current.log) that is overwritten under certain circumstances and I'd like to be able to leave it displayed and not constantly have to re-open the file to get updates. Much the same as 'tail --follow=name' does in Linux.

I'm using a Windows desktop but it's a remote file so a Linux app would work just as easily.

link|improve this question
feedback

4 Answers

up vote 8 down vote accepted

You can get tail for Windows, a GUI version of tail which implements the tail -f functionality you're used to.

If you're looking for an actual text editor however, check out Notepad++. It can automatically and silently update a file when it detects changes. Simply enable silent updates in Settings -> Preferences -> MISC:

alt text

link|improve this answer
feedback

Baretail is a bit rough, and it hasn't been updated for four years, but it's lightweight-enough that I leave it open on a bunch of Tomcat log files whether I'm using them or not...

link|improve this answer
feedback

Snaketail has great potential for a solution.

screenshot

link|improve this answer
feedback

I am very pleased with TextPad. It has what you are asking for and a lot more.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.