- Fast CLI
- Using mpv to play radio
- Wide variety of radio stations
- Cross-Platform - Linux, macOS, Windows
- Colorized TUI
Install using Golang Packages
go install github.com/neptunsk1y/goradio@latest
This script will automatically detect OS & Distro and use the best option available.
Install using Docker.
docker pull neptunsk1y/goradio
Clone the repo
git clone https://github.com/neptunsk1y/goradio.git
cd goradio
GNU Make (Recommended)
make setup # if you want to compile and install goradio to path
If you don't have GNU Make use this
# To build
go build
# To install
go install
To run: goradio radio
Keybinds
Bind | Description |
---|---|
↑ | Prev/Up station |
↓ | Next/Down station |
→ | Next page |
← | Prev page |
/ | Search |
See goradio help
for more information
- Cobra - The modern CLI framework used
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Mikhail Chikankov - Creator project - neptunsk1y
Sample and its code provided under MIT license, please see LICENSE. All third-party source code provided under their own respective and MIT-compatible Open Source licenses.
Copyright (C) 2023, Mikhail Chikankov
- Hat tip to anyone whose code was used
- Inspiration
- etc