netsky-sh
Shell utilities for netsky tmux, git, and process wrapping.
Install path
cargo install netsky
Usage
use run;
let out = run?;
println!;
Shell utilities for netsky tmux, git, and process wrapping.
cargo install netsky
use netsky_sh::run;
let out = run("git", &["status"])?;
println!("{out}");