ogle 1.3.0

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

[dependencies]
structopt = "0.3.17"
chrono = "0.4.15"
clap = { version = "2.33", default-features = false }
anyhow = "1.0.33"
tokio = { version = "0.2", features = ["macros", "rt-core", "io-util", "process","time", "stream", "sync"] }
indicatif = "0.15"
term_size = "0.3.2"