Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 570 Bytes

readme.md

File metadata and controls

29 lines (20 loc) · 570 Bytes

Installation

cargo install cargo-vibe

Running

cargo vibe build

Configuration

By default, cargo-vibe will, on success, vibe full strength for 3 seconds.

You can change that by setting CARGO_VIBE_PATTERN environment variable. For example, to set it vibe for 1.5 second on 20% strength, you can do:

CARGO_VIBE_PATTERN="0.2 1.5s" cargo vibe <cmd>

You can also set full patterns of vibes to run, by separating them with slashes /. Here is one example:

CARGO_VIBE_PATTERN="0.4 1s/0.6 1s/0.8 0.75s/1.0 0.25s"