status: stable
Log files colorize.
- dmesg
- logcat
Nothing
- SublimeText2-Logs: https://github.com/tiger2wander/SublimeText2-Logs
If you're running a full installation of Sublime Text, simply doublelick on the
.sublime-package
file. If you're running a portable installation, you need to perform aninstallation by hand
.
- installation by hand: http://sublimetext.info/docs/extensibility/packages.html#installation-of-packages-with-sublime-package-archives
Once installed, run the following command from the Python console (``Ctrl+```)::
view.run_command("COMMAND")
Alternatively, you can define a new key binding for this command.
- To get more advanced control and auto-update you should use Package Control.
This package will auto detect first line of file for each log format.