sesh-cli 0.1.4

CLI crate for Sesh, a Unix terminal session manager
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.anyhow]
version = "1.0.70"

[dependencies.clap]
features = ["derive"]
version = "4.2.4"

[package]
authors = ["Will Hopkins <willothyh@gmail.com>"]
description = "CLI crate for Sesh, a Unix terminal session manager"
documentation = "https://docs.rs/term-sesh"
edition = "2021"
license = "MIT"
name = "sesh-cli"
readme = "README.md"
repository = "https://github.com/willothy/sesh"
version = "0.1.4"