Kitty remote command bindings for rust
This crate provides access to the Kitty terminal's remote control functionality. At the moment !
this is achieved by creating std::process::Command objects through a convenient and type safe
API interface.
Examples:
Send text to Window 1
use Command;
use ;
let mut send_text = new
.matcher;
let cmd = from;
// then run command:
//
// cmd.status().expect("failed to execute send-text");