No description
  • Rust 79.6%
  • Nix 16.7%
  • Shell 3.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-25 10:06:50 +02:00
src fail on missing stats (instead of quitting) 2026-07-20 14:50:23 +02: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 + use nixos-26.05 2026-07-20 14:50:09 +02:00
flake.nix flake: skip cargo --check 2026-07-25 10:06:50 +02: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/