ogle 1.3.0

Execute a command periodically, showing the output only when it changes
Documentation
[dependencies.anyhow]
version = "1.0.33"

[dependencies.chrono]
version = "0.4.15"

[dependencies.clap]
default-features = false
version = "2.33"

[dependencies.indicatif]
version = "0.15"

[dependencies.structopt]
version = "0.3.17"

[dependencies.term_size]
version = "0.3.2"

[dependencies.tokio]
features = ["macros", "rt-core", "io-util", "process", "time", "stream", "sync"]
version = "0.2"

[package]
authors = ["Leandro Lisboa Penz <lpenz@lpenz.org>"]
description = "Execute a command periodically, showing the output only when it changes"
edition = "2018"
homepage = "https://github.com/lpenz/ogle"
license = "MIT"
name = "ogle"
readme = "README.md"
repository = "https://github.com/lpenz/ogle"
version = "1.3.0"