what-the-dog-doin

Crates.iowhat-the-dog-doin
lib.rswhat-the-dog-doin
version0.1.1
sourcesrc
created_at2023-03-25 15:21:18.618787
updated_at2023-08-24 18:00:27.770809
descriptionCLI tool to play sounds in random intervals
homepage
repositoryhttps://github.com/ixhbinphoenix/what-the-dog-doin
max_upload_size
id820348
size58,092
(ixhbinphoenix)

documentation

README

what-the-dog-doin

Do you ever like to get interrupted by random sounds? Do you ever watch 10 hours of silence occasionally broken by what the dog doin? Then this is the PERFECT cli tool for you!

Usage

For supported audio files, see rodio

> what-the-dog-doin --help
Usage: what-the-dog-doin [OPTIONS] <FILE>

Arguments:
  <FILE>  Audio file to be played

Options:
  -f, --from <FROM>     Minimum amount of delay [default: 0]
  -u, --until <UNTIL>   Maximum amount of delay [default: 1200]
  -r, --disable_random  Disables random delay
  -d, --delay <DELAY>   Delay that should be used if random is off. This is added to the length of the sound
  -h, --help            Print help
  -V, --version         Print version

Installation

Cargo

cargo install what-the-dog-doin

License

This project is licensed under either of the following licenses, at your option:

Commit count: 7

cargo fmt