Binary to connect with a remote machine to edit files and run programs.
🚧 (Alpha stage software) This program is in rapid development and may break or change frequently! 🚧
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
If you would like a pre-built binary, check out the releases section.
If you have cargo
installed, you can
directly download and build the source via:
bash
cargo install distant
Alternatively, you can clone this repository and build from source following the build guide.
Launch a remote instance of distant
by SSHing into another machine and
starting the distant
executable:
```bash
distant launch my.example.com
distant action {command} [args]
distant action copy path/to/file new/path/to/file distant action 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.