An extremely simple CLI metronome in Rust. By default, BPM is set to 80, 4/4 beats per bar (with accent).
Please make sure that
.cargo/bin/
is in yourPATH
.
cargo install tixonome
cargo install --git https://github.com/momozor/tixonome
cargo install --path .
You can just run tixonome
without extra arguments.
You can set the beats per minute and beats per bar through -a
and -b
.
Example: ```sh
tixonome -a 3 -b 120 # bpb at 3, and bpm 120
```
For more details, please run tixonome --help
.
Bug reports and pull requests are welcome on GitHub at https://github.com/momozor/tixonome
This software is released under the BSD-3-Clause license. Please see LICENSE file for more details.