Skip to content

A simple utility to see the output of a command every N milliseconds

License

Notifications You must be signed in to change notification settings

maheshbansod/simple-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-watch

Watch the output of a command.

Usage

simple-watch [(-i <Interval>)|(--interval=<Interval>)] <command>

Note

The timing is not precise. i.e. you may send an interval but there's no guarantee that it'll follow the interval exactly

Examples

In the examples below, i got alias sw=simple-watch

sw tail -100 logs.txt
sw date
sw cargo check

Installation

cargo install --git https://github.com/maheshbansod/simple-watch

About

A simple utility to see the output of a command every N milliseconds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages