netsky-sh 0.2.0

Shell utilities for netsky: tmux, git, process wrapping
Documentation
# netsky-sh

[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

Shell utilities for netsky tmux, git, and process wrapping.

## Install path

`cargo install netsky`

## Usage

```rust
use netsky_sh::run;
let out = run("git", &["status"])?;
println!("{out}");
```

## Project

[netsky.ai](https://netsky.ai)