4 description: "Lyricli (lrc), a command line lyrics finder"
8 <p>Command line tool that shows lyrics for your currently playing song in the command line
</p>
10 →
<a href=
"https://git.sr.ht/~rbdr/lyricli">view source
</a>.
12 <p>You may need to allow the plugin to run in "Privacy
& Security" in your system settings.
</p>
17 <a href=
"/files/lyricli/lrc-universal.tar.gz">lrc (universal)
</a>:
18 Latest (
2.0.0), for both intel and apple silicon macs (larger binary)
23 <a href=
"/files/lyricli/lrc-arm64.tar.gz">lrc (arm64)
</a>:
24 Latest (
2.0.0), only for apple silicon macs
29 <a href=
"/files/lyricli/2.0.0/x86_64/lrc">lrc (x86_64)
</a>:
30 Latest (
2.0.0), only for intel macs
35 <p>Running without arguments will try to detect your current song in apple music or spotify
</p>
36 <p>You can run it with artist name and song name to fetch it manually
</p>
37 <pre>lrc artist_name song_name
</pre>
38 <p>You can view help with the h / help flag
</p>
41 <h2>Managing Sources
</h2>
42 <p>By default it comes with spotify and apple music sources enabled, you can disable sources using:
</p>
43 <pre>lrc -d (source_name)
</pre>
44 <pre>lrc --disable-source (source_name)
</pre>
45 <p>You can enable the source again using
</p>
46 <pre>lrc -e (source_name)
</pre>
47 <pre>lrc --enable-source (source_name)
</pre>
48 <p>You can list all the sources with:
</p>
50 <pre>lrc --list-sources
</pre>
56 (
<a href=
"/files/lyricli/lrc-2.0.0-universal.tar.gz">universal
</a>)
57 (
<a href=
"/files/lyricli/lrc-2.0.0-arm64.tar.gz">arm64
</a>)
58 (
<a href=
"/files/lyricli/lrc-2.0.0-x86_64.tar.gz">x86_64
</a>):
59 Rebuilt to use swift
5.8 and work with the genius API instead of defunct LyricsWiki