I often need to look at logs. I needed a way to quickly highlight different parts of the logs. I created a plugin for Sublime Text to do that.
Here are instructions to create a plugins.
Here is my plugin:
You can invoke it with
view.run_command("reggae", {"pattern_args": ["pattern 1", "pattern 2"]})
No comments:
Post a Comment