Examples/Vanish

Vanish

A minimal program that reads one keystroke and quits. Because it runs on the alternate screen, nothing it drew remains after it exits — the terminal is left pristine.

vanish · dart_tui
Vanish demo

Run it

bash
dart run example/vanish.dart

Related