Raxol.Terminal.Script.UnifiedScript (Raxol v0.5.0)
View SourceUnified scripting system for the Raxol terminal emulator. Handles script execution, management, and integration with the terminal.
Summary
Functions
Returns a specification to start this module under a supervisor.
Executes a script with optional arguments.
Exports a script to a file.
Gets the output of a script.
Gets the state of a script.
Gets all loaded scripts.
Imports a script from a file.
Loads a script from a file or string source.
Pauses a running script.
Resumes a paused script.
Stops a running script.
Unloads a script by its ID.
Updates a script's configuration.
Types
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Executes a script with optional arguments.
Exports a script to a file.
Gets the output of a script.
Gets the state of a script.
Gets all loaded scripts.
Imports a script from a file.
Loads a script from a file or string source.
Pauses a running script.
Resumes a paused script.
Stops a running script.
Unloads a script by its ID.
Updates a script's configuration.