mirror of
https://gitlab.com/vandechat96/radiorecord-tui.git
synced 2026-05-04 23:39:14 +02:00
master
…
RadioRecord-tui
A simple terminal interface for listening to radio record web stations written in Rust.
You can listen to all available record stations and mark some as favorite for ease.

Exact color depend on your terminal theme
This project is still in development and there is a lot of things to do
Build and run
You first have to install Rust ( usage of rustup is recommended )
Run without optimizations :
cargo run
You can also install it with :
cargo install --path .
Audio Player
By default, the player use libmpv (better audio) but you can specify to use rodio with --features rodio_player --no-default-features
Languages
Rust
100%