Skip to content

Wait for arbitrary conditions (e.g.: time, TCP connetions, etc) in the command-line)

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

github-py/wait3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wait3

Build Status Latest Version crates.io License Commit Activity Rust 1.70

Wait for arbitrary conditions (e.g.: time, TCP connetions etc) in the command-line


Installation

cargo install wait3

Usage

Wait for time

number: a valid integer suffix: smh

wait3 time <number><suffix>

Examples

Wait for 5 seconds

wait3 time 5s

Wait for 4 minutes

wait3 time 4m

Wait for subprocess

wait3 command --exit 0 'sleep 9'

About

Wait for arbitrary conditions (e.g.: time, TCP connetions, etc) in the command-line)

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published