display song lyrics in terminal (only for linux) (inspired by https://github.com/tacoproz1/tacos-terminal-lyrics)
  • C 94.9%
  • JavaScript 3%
  • Shell 2.1%
Find a file
2026-08-16 23:38:43 -03:00
common_utils@18f1056c92 module url 2026-08-16 23:38:43 -03:00
extension-for-firefox texturawasd-terminal-lyrics. 2026-06-16 04:06:24 -03:00
src tidy and format 2026-06-27 18:25:45 -03:00
.clang-format tidy and format 2026-06-27 18:25:45 -03:00
.clang-tidy tidy and format 2026-06-27 18:25:45 -03:00
.gitignore support firefox (small commit) 2026-06-15 05:52:38 -03:00
.gitmodules module url 2026-08-16 23:38:43 -03:00
cond.txt timestamps in normal mode are now optional, same as the bitmap font in pretty_mode 2026-06-20 02:51:53 -03:00
deps.txt commit inicial 2026-06-10 18:31:17 -03:00
LICENSE commit inicial 2026-06-10 18:31:17 -03:00
readme.md support firefox (small commit) 2026-06-15 05:52:38 -03:00
run.sh idek, less preprocessor fuckery 2026-06-19 17:02:12 -03:00
run_for_firefox.sh idek, less preprocessor fuckery 2026-06-19 17:02:12 -03:00

texturawasd-terminal-lyrics

NOTE: does not support youtube (yes yt music tho), it's youtube's fault.

NOTE vol. 2: Firefox does not properly export the data this app needs, so I made an extension for it.

View lyrics of a playing song in the terminal

  • Uses playerctl
  • Use curl and jansson for lrclib (only care about synced lyrics)
  • For the figlet text, just shell out to toilet (or figlet)

idea: tacoproz1/tacos-terminal-lyrics