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/2.0.0/universal/lrc">lrc (universal)
</a>:
18 For both intel and apple silicon macs (larger binary)
23 <a href=
"/files/lyricli/2.0.0/arm64/lrc">lrc (arm64)
</a>:
24 Only for apple silicon macs
29 <a href=
"/files/lyricli/2.0.0/x86_64/lrc">lrc (x86_64)
</a>:
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>