watchbind 0.1.0

A cli menu for periodically watching a program's output and executing commands on its lines through keybindings
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "watchbind"
version = "0.1.0"
edition = "2021"
license-file = "LICENSE.md"
description = "A cli menu for periodically watching a program's output and executing commands on its lines through keybindings"

[dependencies]
clap = { version = "3.2.5", default-features = false, features = ["std", "cargo"] }
tui = "0.18"
crossterm = "0.23"
itertools = "0.10.3"