Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 2.14 KB

File metadata and controls

62 lines (40 loc) · 2.14 KB

Mandrake

Harmless annoying noises generator.

mandrake

Downloads

Windows Linux MacOS
>> Download << >> Download << >> Download <<

Usage

Run with infinite duration (default)

mandrake

The application will run indefinitely, generating random annoying noises. To stop it, you must terminate the process through your system's task manager.

Run with specific duration

# Run for 10 seconds
mandrake --duration 10
mandrake -d 10

The application will automatically stop after the specified duration.

Command-line options

Harmless annoying noises generator

Usage: mandrake.exe [OPTIONS]

Options:
  -d, --duration <DURATION>  Scream duration in seconds
  -h, --help                 Print help (see more with '--help')
  -V, --version              Print version

Platform-specific behavior

  • Windows: Runs as a background process (no console window in release builds).
  • Unix/Linux/macOS: Forks into a daemon process.

Platform-Specific Dependencies

Linux: Requires ALSA development libraries.

sudo apt-get update && sudo apt-get install -y libasound2-dev

License

See LICENSE-APACHE and LICENSE-MIT for details.