| Index: sky/examples/terminal/README.md
|
| diff --git a/sky/examples/terminal/README.md b/sky/examples/terminal/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3ac0dd29b8c20a58e74b3d708ec217de7fa496f4
|
| --- /dev/null
|
| +++ b/sky/examples/terminal/README.md
|
| @@ -0,0 +1,9 @@
|
| +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).
|
|
|