unix-watch

Crates.iounix-watch
lib.rsunix-watch
version0.1.0
sourcesrc
created_at2023-04-17 00:14:29.466358
updated_at2023-04-17 00:14:29.466358
descriptionSimple rust implementation of the Unix watch command
homepage
repositoryhttps://github.com/MilesCranmer/unix-watch
max_upload_size
id841023
size41,569
Miles Cranmer (MilesCranmer)

documentation

https://github.com/MilesCranmer/unix-watch

README

unix-watch

Crates.io CI

Installation

Install with:

cargo install --git https://github.com/MilesCranmer/unix-watch

You can then execute the binary with:

watch [-n <seconds>] -- <command>

Note that unlike the watch command on Linux, you must separate CLI flags from the command with a --. Note also that only the -n flag is supported. ANSI color codes are forwarded automatically.

License

Licensed under

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

See CONTRIBUTING.md.

Commit count: 11

cargo fmt