wait3

Crates.iowait3
lib.rswait3
version0.4.0
sourcesrc
created_at2023-06-17 03:06:42.00993
updated_at2023-12-05 07:44:08.851911
descriptionWait for arbitrary conditions (e.g.: time, TCP connetions, etc on the command-line)
homepagehttps://xkcd.com/303/
repositoryhttps://github.com/github-py/wait3/
max_upload_size
id892706
size39,834
Gabriel Falcão (gabrielfalcao)

documentation

https://docs.rs/wait3/

README

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'
Commit count: 22

cargo fmt