RUM is a terminal music player, that able to play remote media from different sources (currently only Ya.Music).
```bash cargo install rum-player
export PATH=$PATH:~/.cargo/bin rum-player ```
Currently, the tool has 2 main windows: album search and list album tracks. Hotkeys are currently cannot be configured and are the following:
For development you need a nightly compiler, since dependency requires it: rustup default toolchain nightly
. Afterwards you may build sources via cargo build
and start hacking. Please also use rustfmt & clippy at development process: rustup component add rustfmt clippy
.