Examples/Piped input

Piped input

Reads piped stdin as the initial value of a text input — e.g. echo "hello" | dart run example/pipe.dart — so your TUI can compose with shell pipelines.

piped input · dart_tui
Piped input demo

Run it

bash
dart run example/pipe.dart

Related