| Crates.io | tixonome |
| lib.rs | tixonome |
| version | 0.3.2 |
| created_at | 2021-05-13 20:53:33.921475+00 |
| updated_at | 2021-05-15 15:22:29.081935+00 |
| description | A simple CLI metronome in Rust |
| homepage | |
| repository | https://github.com/momozor/tixonome |
| max_upload_size | |
| id | 397115 |
| size | 31,930 |
A simple CLI metronome in Rust. By default, BPM is set to 72, 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:
tixonome -a 3 -b 120 # bpb at 3, and bpm 120
Maximum BPM: 180 Minimum BPM: 40
Maximum BPB: 4 Minimum BPB: 2
For more details, please run tixonome --help.
Bug reports and pull requests are welcome.
This software is released under the BSD-3-Clause license. Please see LICENSE file for more details.