rwatch 0.1.1

A modern, cross-platform Rust alternative to 'watch', with color, diff, and more. Periodically runs a command and displays its output fullscreen, with diff, color, beep, and more.
[[bin]]
name = "rwatch"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
default-features = false
features = ["clock"]
version = "0.4"

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

[dependencies.crossterm]
version = "0.26"

[dependencies.difference]
version = "2.0"

[dependencies.regex]
version = "1"

[dependencies.shell-words]
version = "1.1"

[package]
authors = ["David H. Frankel"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools::debugging", "os::unix-apis"]
description = "A modern, cross-platform Rust alternative to 'watch', with color, diff, and more. Periodically runs a command and displays its output fullscreen, with diff, color, beep, and more."
documentation = "https://docs.rs/rwatch"
edition = "2021"
keywords = ["watch", "cli", "terminal", "diff", "color"]
license = "MIT"
name = "rwatch"
readme = "README.md"
repository = "https://github.com/davidhfrankelcodes/rwatch"
version = "0.1.1"

[[test]]
name = "test_windows"
path = "tests/test_windows.rs"