pando85 / timer

Simple countdown terminal alarm. Useful for pomodoros too.
GNU General Public License v3.0
40 stars 0 forks source link

[NEW] Run the terminal bell #58

Closed lyz-code closed 2 years ago

lyz-code commented 2 years ago

Is your feature request related to a problem? Please describe. I prefer visual bells than audio ones.

Describe the solution you'd like A terminal configuration so that instead of running a sound or the pc speaker it runs the terminal bell, like echo -e \a

timer --visual 10:00

Describe alternatives you've considered

timer 10:00 & echo -e \a

Additional context Add any other context about the feature request here.

pando85 commented 2 years ago

This one is interesting, I would try to prioritize this.