A small metronome for the terminal made with Bubble Tea and Beep.
Clone this repository and run:
go build
or
go install
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
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 |
This project is licensed under the MIT License.