flutter/examples/terminal
Viet-Trung Luu d4f28b311e Move services/files/*.mojom -> mojo/services/files/public/interfaces/.
Ditto for terminal_client.mojom, previously in examples/echo_terminal.

Fix the sky terminal example.

R=erg@chromium.org

Review URL: https://codereview.chromium.org/1013313002
2015-03-17 14:31:56 -07:00
..
index.sky Add a simple prototype "terminal" example. 2015-03-11 14:34:25 -07:00
README.md Add a simple prototype "terminal" example. 2015-03-11 14:34:25 -07:00
terminal_display.dart Add a simple prototype "terminal" example. 2015-03-11 14:34:25 -07:00
terminal_file_impl.dart Move services/files/*.mojom -> mojo/services/files/public/interfaces/. 2015-03-17 14:31:56 -07:00
terminal.sky Move services/files/*.mojom -> mojo/services/files/public/interfaces/. 2015-03-17 14:31:56 -07:00

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).