Skip to main content

Crate par_term_scripting

Crate par_term_scripting 

Source
Expand description

Scripting and observer system for par-term terminal emulator.

Provides observer-pattern event forwarding from the terminal core to script subprocesses, along with per-tab script lifecycle management.

Modulesยง

manager
Per-tab multi-script orchestrator.
observer
Observer bridge that converts core library TerminalEvents into scripting ScriptEvents.
process
Single script subprocess management.
protocol
JSON protocol types for communication between the terminal and script subprocesses.