💾 Archived View for gemini.unlimited.pizza › lyricli.gmi captured on 2024-02-05 at 09:32:00. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-11-04)
-=-=-=-=-=-=-
Command line tool that shows lyrics for your currently playing song in the terminal, supports spotify and apple music.
You can install using homebrew. For direct binaries see below.
$ brew tap rbdr/apps git@git.sr.ht:~rbdr/homebrew-apps $ brew install lyricli
You can also manually download a precompiled binary.
Running without arguments will try to detect your current song in apple music or spotify
You can run it with artist name and song name to fetch it manually
$ lrc artist_name song_name
You can view help with the h / help flag
$ lrc -h $ lrc --help
By default it comes with spotify and apple music sources enabled, you can disable sources using:
$ lrc -d (source_name) $ lrc --disable-source (source_name)
You can enable the source again using
$ lrc -e (source_name) $ lrc --enable-source (source_name)
You can list all the sources with:
$ lrc -l $ lrc --list-sources
lrc 2.0.1 - Fixes a segfault when there are n1 results, and incorrect behavior when results are not songs.
Rebuilt to use swift 5.8 and work with the genius API instead of defunct LyricsWiki