ogle 1.4.2

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

[build-dependencies.man]
version = "0.3.0"
[dependencies.anyhow]
version = "1.0.65"

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

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

[dependencies.console]
version = "0.15.2"

[dependencies.tokio]
version = "1.21.2"

[dependencies.tokio-process-stream]
version = "0.3.0"

[dependencies.tokio-stream]
version = "0.1.10"

[package]
authors = ["Leandro Lisboa Penz <lpenz@lpenz.org>"]
build = "build.rs"
categories = ["command-line-utilities"]
description = "Execute a command periodically, showing the output only when it changes"
edition = "2021"
homepage = "https://github.com/lpenz/ogle"
keywords = ["watch", "command-line"]
license = "MIT"
name = "ogle"
readme = "README.md"
repository = "https://github.com/lpenz/ogle"
version = "1.4.2"
[package.metadata.deb]
assets = [["target/release/ogle.1", "usr/share/man/man1/", "644"], ["target/release/ogle", "usr/bin/", "755"], ["LICENSE", "usr/share/doc/ogle/", "644"], ["AUTHORS", "usr/share/doc/ogle/", "644"], ["README.md", "usr/share/doc/ogle/", "644"], ["CHANGELOG.md", "usr/share/doc/ogle/", "644"]]
extended-description = "ogle is a program that runs the given command-line periodically,\nshowing the output only when it is different than the last.\nIt allows you to do all kinds of monitoring right from the command\nline.\n\nIt's a more flexible and modern take on *[watch (1)]*\n"
section = "utils"