No description
Find a file
2026-02-10 00:42:19 +01:00
src hotfix 2026-02-09 23:24:23 +01:00
.envrc added flake 2025-12-05 14:10:30 +01:00
.gitignore added flake 2025-12-05 14:10:30 +01:00
Cargo.lock backend: symphonia -> lofty 2026-02-09 22:50:09 +01:00
Cargo.toml backend: symphonia -> lofty 2026-02-09 22:50:09 +01:00
cm minor improvements 2026-02-09 18:17:22 +01:00
flake.lock flake update 2026-02-10 00:31:09 +01:00
flake.nix remove obsolete pre-commit 2026-02-09 17:54:42 +01:00
LICENSE initial commit 2025-03-14 23:22:33 +01:00
README.md added README 2026-02-10 00:42:19 +01:00

cmus-lyrics

Simple rust tool to display embedded lyrics of the song currently running in cmus.

Usage

Nix

Run directly:

nix run "git+https://git.noah.rest/len/cmus-lyrics.git"

Or use in flake based nixos/home config:

# in flake.nix - inputs
cmus-lyrics = {
  url = "git+https://git.noah.rest/len/cmus-lyrics.git?ref=main&shallow=1";
  inputs.nixpkgs.follows = "nixpkgs";
};

# provides package:
cmus-lyrics = inputs.cmus-lyrics.packages."${pkgs.stdenv.hostPlatform.system}".default;

Compile from Source

git clone https://git.noah.rest/len/cmus-lyrics.git
cd cmus-lyrics
cargo build --release
./target/release/cmus-lyrics # or copy to $HOME/bin/