Sha256: 922d4399b1b0641e28a9d66224fd21a53783d8eee55a79b3dbe6d3be1254a718

Contents?: true

Size: 831 Bytes

Versions: 4

Compression:

Stored size: 831 Bytes

Contents

ceedling-beep
=============

This is a simple plugin that just beeps at the end of a build and/or test sequence. Are you getting too distracted surfing
the internet, chatting with coworkers, or swordfighting while it's building or testing? The friendly beep will let you know
it's time to pay attention again.

This plugin has very few configuration options. At this time it can beep on completion of a task and/or on an error condition.
For each of these, you can configure the method that it should beep.

```
:tools:
  :beep_on_done: :bell
  :beep_on_error: :bell
```

Each of these have the following options:

  - :bell - this option uses the ASCII bell character out stdout
  - :speaker_test - this uses the linux speaker-test command if installed

Very likely, we'll be adding to this list if people find this to be useful.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ceedling-0.31.1 plugins/beep/README.md
ceedling-0.31.0 plugins/beep/README.md
ceedling-0.30.0 plugins/beep/README.md
ceedling-0.28.3 plugins/beep/README.md