←back to thread

156 points alexzeitler | 5 comments | | HN request time: 0.434s | source
1. evanjrowley ◴[] No.40717065[source]
Is there something like this that's lightweight and works well on (non-WSL) Windows?

I have Windows Servers with tools that create text-based logs and it would be nice to have something that could tail them.

replies(4): >>40717161 #>>40717711 #>>40718433 #>>40718889 #
2. achoice ◴[] No.40717161[source]
Baretail is what I have used allot. Really old but works good. Like the simple config to color lines. https://www.baremetalsoft.com/baretail/
3. tstack ◴[] No.40717711[source]
LogViewPlus (https://www.logviewplus.com) is very similar to lnav and built for Windows.
4. rileytg ◴[] No.40718433[source]
notepad++ is great for log files. it handles massive files with ease. I wish it ran on non win systems…
5. nix0n ◴[] No.40718889[source]
If you just want old-school `tail` and `less` you can get them with Cygwin.

These don't support multi-file or highlighting like `lnav` does, but even on top of Cygwin they're very lightweight.