Binary to connect with a remote machine to edit files and run programs.
The distant
binary supplies both a server and client component as well as
a command to start a server and configure the local client to be able to
talk to the server.
tokio
CBOR
orion
Launch a remote instance of distant
by SSHing into another machine and
starting the distant
executable:
```bash
distant launch my.example.com
distant send {command} [args]
distant send copy path/to/file new/path/to/file distant send proc-run echo 'Hello, this is from the other side' ```
This project is licensed under either of
Apache License, Version 2.0, (LICENSE-APACHE or apache-license) MIT license (LICENSE-MIT or mit-license) at your option.