Raxol.Plugins.HyperlinkPlugin (Raxol v2.0.1)

View Source

Plugin that detects URLs in terminal output and makes them clickable.

Summary

Functions

Returns the API version for compatibility checking.

Returns metadata for the plugin.

Types

t()

@type t() :: %Raxol.Plugins.Plugin{
  api_version: String.t(),
  config: map(),
  dependencies: [map()],
  description: String.t(),
  enabled: boolean(),
  module: term(),
  name: String.t(),
  state: map(),
  version: String.t()
}

Functions

api_version()

Returns the API version for compatibility checking.

get_metadata()

Returns metadata for the plugin.