Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime text 2 tail -f in windows

I was wondering if sublime text 2 can "tail -f" file like in linux, I'm using windows btw.

I wanted to see apache error log file in xampp.

Notepad++ has it is there a plugin that can do it in sublime text 2?

like image 810
Biskwit Avatar asked Aug 07 '12 14:08

Biskwit


2 Answers

I don't know if it's possible or not, but I usually use Baretail which handle pretty well like tail.

The thing I really love with Baretail, is the regex you can define to highlight some part of your log file. Like, put each with line with

  • error inside with a red background, bold and white text,
  • warning message, with an orange background, italic and white text,
  • etc ...

enter image description here

Otherwise, it seems you are not the only one who requested this kind of features (you should upvote the request on userecho).

like image 200
j0k Avatar answered Oct 14 '22 00:10

j0k


There is a project called SublimeTail that is currently in development. Currently available to download in Alpha from Github.

like image 20
Fishcake Avatar answered Oct 14 '22 01:10

Fishcake