# [LR2 OxyTabler](https://sr.ht/~showy_fence/lr2-oxytabler)
Table manager for Lunatic Rave 2.
## Quick start
Having Cargo installed, do a `cargo install lr2-oxytabler`.
Run once to see a hint on how to configure using shortcut to executable.
Enjoy.
## Comparison to BeMusicSeeker
Pros:
- Cross-platform
- Additional 'tag' writing functionality to see all tables given chart is in in-game
- Fast
Cons:
- No BMS file management (un/installing, deduplicating files)
- No BMS audio rendering functionality
- etc..
## Building from source
```sh
git clone https://git.sr.ht/~showy_fence/lr2-oxytabler
cd ./lr2-oxytabler
RUST_LOG='lr2_oxytabler=debug' cargo test
cargo build --release
ls ./target/release/lr2oxytabler
```