rrun-ssh

Crates.iorrun-ssh
lib.rsrrun-ssh
version0.3.0
sourcesrc
created_at2016-09-03 16:51:19.130876
updated_at2016-09-03 16:51:19.130876
descriptionRemote run utility; runs a command via SSH if the current directory was mounted via SSHFS.
homepage
repositoryhttps://github.com/clarcharr/rrun
max_upload_size
id6228
size23,734
Clar Fon (clarfonthey)

documentation

https://clarcharr.github.io/rrun/rrun/

README

rrun

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.

Usage

Run command remotely:

rrun [COMMAND [ARGS...]]

Get currently mounted host and directory:

rpwd

For more formal documentation, you can find the rustdoc here.

Installation

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
Commit count: 0

cargo fmt