Crates.io | rrun-ssh |
lib.rs | rrun-ssh |
version | 0.3.0 |
source | src |
created_at | 2016-09-03 16:51:19.130876 |
updated_at | 2016-09-03 16:51:19.130876 |
description | Remote run utility; runs a command via SSH if the current directory was mounted via SSHFS. |
homepage | |
repository | https://github.com/clarcharr/rrun |
max_upload_size | |
id | 6228 |
size | 23,734 |
Remote run utility; runs a command via SSH if the current directory was mounted via SSHFS. You may freely use and modify this code under the CC0 1.0 Universal License.
Run command remotely:
rrun [COMMAND [ARGS...]]
Get currently mounted host and directory:
rpwd
For more formal documentation, you can find the rustdoc here.
Requires Rust 1.9 to build. Install with:
cargo build --release
install -m755 target/release/rrun /usr/bin/rrun
install -m755 target/release/rpwd /usr/bin/rpwd