lyricli (lrc)
Command line tool that shows lyrics for your currently playing song in the command line
→ view source.
You may need to allow the plugin to run in "Privacy & Security" in your system settings.
Download
-
lrc (universal): For both intel and apple silicon macs (larger binary)
-
lrc (arm64): Only for apple silicon macs
-
lrc (x86_64): Only for intel macs
Usage
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
Managing Sources
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