You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
831 B

11 months ago
  1. ceedling-beep
  2. =============
  3. This is a simple plugin that just beeps at the end of a build and/or test sequence. Are you getting too distracted surfing
  4. the internet, chatting with coworkers, or swordfighting while it's building or testing? The friendly beep will let you know
  5. it's time to pay attention again.
  6. This plugin has very few configuration options. At this time it can beep on completion of a task and/or on an error condition.
  7. For each of these, you can configure the method that it should beep.
  8. ```
  9. :tools:
  10. :beep_on_done: :bell
  11. :beep_on_error: :bell
  12. ```
  13. Each of these have the following options:
  14. - :bell - this option uses the ASCII bell character out stdout
  15. - :speaker_test - this uses the linux speaker-test command if installed
  16. Very likely, we'll be adding to this list if people find this to be useful.