tree: c37bbd493a62620ae932d4d7f0f694f4d49e7712 [path history] [tgz]
  1. index.sky
  2. README.md
  3. terminal.sky
  4. terminal_display.dart
  5. terminal_file_impl.dart
examples/terminal/README.md

Terminal

This is a prototype “terminal” application that can connect to any Mojo application (providing the |terminal.TerminalClient| interface) and provide interactive terminal facilities via an implementation of |mojo.files.File|. I.e., once connected, the application can write to/read from the terminal by performing the corresponding operations on a “file” (thus replicating decades-old technology, poorly).