metronome
A small metronome for the terminal made with Bubble Tea and
Beep.
Installation
Clone this repository and run:
go build
or
go install
Usage
Flags
Usage: metronome [options]
Options:
-t, --tempo=[int] set the tempo in BPM (default 60)
-b, --beats=[int] set the number of beats per measure (default 4)
-p, --play start the metronome automatically
-h, --help print help
Keys
| Key |
Description |
| Up Down or k j |
Increase or decrease tempo |
| RightLeft or l h |
Increase or decrease number of beats |
| Space or p |
Play / Pause |
| Ctrl + c or q |
Quit |
License
This project is licensed under the MIT License.