No description
  • Rust 81%
  • Nix 15.2%
  • Shell 3.8%
Find a file
2026-05-13 21:49:27 +02:00
src small code fixes 2026-04-09 21:43:07 +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 update flake to crane + flake-parts 2026-05-13 21:49:27 +02:00
flake.nix update flake to crane + flake-parts 2026-05-13 21:49:27 +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/