Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ name: CI
on:
push:
branches: [master, main]
paths-ignore:
- "*.md"
- "LICENSE"
- "demo.*"
pull_request:
branches: [master, main]
paths-ignore:
- "*.md"
- "LICENSE"
- "demo.*"

jobs:
test:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# SomaFM CLI
# SomaFM CLI <sub><sup>| Terminal radio player for SomaFM</sup></sub>

[![CI](https://github.com/glebovdev/somafm-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/glebovdev/somafm-cli/actions/workflows/ci.yml)
[![Release](https://img.shields.io/github/v/release/glebovdev/somafm-cli)](https://github.com/glebovdev/somafm-cli/releases/latest)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

A terminal-based music player for [SomaFM](https://somafm.com/) radio stations built in Go.
A terminal-based music player for [SomaFM](https://somafm.com/) radio stations built in Go. Built-in audio streaming — no external player like `mpv` or `vlc` needed.

![Demo](demo.gif)

## Features

- Stream all SomaFM radio stations
- Rich terminal UI with station browser
- Stream all SomaFM radio stations with built-in playback
- Rich terminal UI with station browser and real-time track display
- Volume control with visual feedback
- Pause/resume playback
- Stations sorted by listener count
Expand Down