Module tui_term::controller
source · Expand description
This is an unstable interface, and can be activatet with the following
feature flag: unstable.
The controller aims to help manage spawning and reading processes
to simplify the usage of tui-term, with the tradeoff being less flexible.
Please do test this interface out and submit feedback, improvements and bug reports.
Currently only oneshot commands are supported by the controller:
Commands like ls, cat.
Commands like htop, that are persistent still need to be handled manually,
please look at the examples for a better overview.
Structs§
- Controller, in charge of command dispatch