watchbind 0.1.0

A cli menu for periodically watching a program's output and executing commands on its lines through keybindings
[dependencies.clap]
default-features = false
features = ["std", "cargo"]
version = "3.2.5"

[dependencies.crossterm]
version = "0.23"

[dependencies.itertools]
version = "0.10.3"

[dependencies.tui]
version = "0.18"

[package]
description = "A cli menu for periodically watching a program's output and executing commands on its lines through keybindings"
edition = "2021"
license-file = "LICENSE.md"
name = "watchbind"
resolver = "2"
version = "0.1.0"