From ed1fe713cde02ccf79ca2c64e74bf645ad38cee3 Mon Sep 17 00:00:00 2001 From: Ilya Glebov Date: Thu, 12 Feb 2026 20:46:11 +0100 Subject: [PATCH 1/2] Improve README for search discoverability --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d0678b8..8aee0fd 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -# SomaFM CLI +# SomaFM CLI | Terminal radio player for SomaFM [![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 From 2ee040f7b1b7b1edb419c9231cbce782bbb7c9c8 Mon Sep 17 00:00:00 2001 From: Ilya Glebov Date: Thu, 12 Feb 2026 20:49:52 +0100 Subject: [PATCH 2/2] Skip CI for docs-only changes --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 861a6fa..afe7cc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: