Add beep_after_seconds option to ~/.myclirc, defaulting to 0 (off), to ring the terminal bell after completing long queries of the configured number of seconds.
There are no additional tests. I gave up trying to figure out how to test for output to STDERR, and my local setup is not perfect. The timing option doesn't have tests either, most likely because it is nondeterministic.
Checklist
[x] I've added this contribution to the changelog.md.
[x] I've added my name to the AUTHORS file (or it's already there).
Description
Add
beep_after_seconds
option to~/.myclirc
, defaulting to 0 (off), to ring the terminal bell after completing long queries of the configured number of seconds.There are no additional tests. I gave up trying to figure out how to test for output to STDERR, and my local setup is not perfect. The
timing
option doesn't have tests either, most likely because it is nondeterministic.Checklist
changelog.md
.AUTHORS
file (or it's already there).