Extending OpenFastTrace With Plugins

August 11, 2024 ยท View on GitHub

Version 4.1.0 adds support for extending OFT with third-party plugins.

Installing Plugins

You install a plugin by copying its JAR files to $HOME/.oft/plugins/<plugin-name>/*.jar. OFT will automatically load plugins from this location. To check which plugins are available, start OFT with command line argument --log-level INFO. This will log all available plugins and their location.

Available Plugins

Currently no third-party plugins are available. If you want to add a new plugin, please create a GitHub issue.

Plugin NamePlugin TypeDescription
N/AN/ACurrently, no third-party plugins are available for OpenFastTrace.