Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lpenz/watchng
Executes a program periodically, showing output when it changes
https://github.com/lpenz/watchng
Last synced: 3 months ago
JSON representation
Executes a program periodically, showing output when it changes
- Host: GitHub
- URL: https://github.com/lpenz/watchng
- Owner: lpenz
- License: gpl-2.0
- Archived: true
- Created: 2012-09-05T02:45:12.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T19:08:58.000Z (almost 2 years ago)
- Last Synced: 2024-07-10T18:45:03.744Z (4 months ago)
- Language: Python
- Size: 54.7 KB
- Stars: 24
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CI](https://github.com/lpenz/watchng/actions/workflows/ci.yml/badge.svg)](https://github.com/lpenz/watchng/actions/workflows/ci.yml)
[![coveralls](https://coveralls.io/repos/github/lpenz/watchng/badge.svg?branch=main)](https://coveralls.io/github/lpenz/watchng?branch=main)
[![packagecloud](https://img.shields.io/badge/deb-packagecloud.io-844fec.svg)](https://packagecloud.io/app/lpenz/debian/search?q=watchng)# watchng
watchng is a program that runs the given command-line periodically, showing the
output only when it is different than the last, along with the time.**This repository is no longer maintained, please look at
[ogle](https://github.com/lpenz/ogle) for an alternative.**