ogle 1.3.1

Execute a command periodically, showing the output only when it changes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[![Github workflow](https://github.com/lpenz/ogle/workflows/CI/badge.svg)](https://github.com/lpenz/ogle/actions)
[![codecov](https://codecov.io/gh/lpenz/ogle/branch/master/graph/badge.svg)](https://codecov.io/gh/lpenz/ogle)

# ogle

**ogle** is a program that runs the given command-line periodically,
showing the output only when it is different than the last.
It allows you to do all kinds of monitoring right from the command
line.

It's a more flexible and modern take on *[watch (1)]*


[watch (1)]: https://linux.die.net/man/1/watch