From 5a09957e3a33410467ffe4aa7608ec65bfcd4469 Mon Sep 17 00:00:00 2001 From: Jan Grosser Date: Sat, 22 Jun 2024 23:33:24 +0200 Subject: [PATCH] Added somafm-cli somafm-cli allows to play music channels from soma.fm without using the web browser. The program can be execute from cli wirh `somafm`. To list the channels: `somafm ls` To play e.g. channel groovesalad: `somafm listen groovesalad` --- hosts/p14s/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/p14s/home.nix b/hosts/p14s/home.nix index dd400d0..cda0ee7 100644 --- a/hosts/p14s/home.nix +++ b/hosts/p14s/home.nix @@ -45,6 +45,7 @@ entr # run cmd when file changes glow # render markdown in the cli lnav # logfile navigator + somafm-cli # Listen soma.fm from cli # Network wireguard-go