Raxol.Plugins.Examples.StatusLinePlugin (Raxol v2.0.1)

View Source

Status Line Plugin for Raxol Terminal

Provides a customizable status line showing system information, time, and modes. Demonstrates:

  • Periodic updates with GenServer
  • System information gathering
  • UI positioning and rendering
  • Configuration management
  • Resource monitoring integration

Summary

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

handle_event(arg1, state)

handle_manager_call(request, from, state)

Callback implementation for Raxol.Core.Behaviours.BaseManager.handle_manager_call/3.

manifest()

preserve_state(state)

restore_state(preserved_state, new_config)

start_link(init_opts \\ [])