Skip to content

mohamead/spiderlog-plugin

Repository files navigation

spiderlog Spiderlog

Build Version Downloads

Simple log file viewer plugin with the following feature(s): Open any .log, .out or .txt file. Force refresh of file. Scroll to top and end of file. Clear file.

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "spiderlog" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

Usage

In order to use the plugin right-click on any .log, .out or .txt file and select Open with Spiderlog

Image Alt text

This will result in the spiderlog view being open with the file content present.

Image Alt text

We can also show the idea.log file in spiderlog by using:

Help > Show Log in Spiderlog

Image Alt text

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

apache-2.0


Plugin based on the IntelliJ Platform Plugin Template.