]> git.r.bdr.sh - rbdr/r.bdr.sh/blob - jekyll/lyricli.html
Add lyricli page
[rbdr/r.bdr.sh] / jekyll / lyricli.html
1 ---
2 layout: default
3 title: /lyricli.html
4 description: "Lyricli (lrc), a command line lyrics finder"
5 ---
6 <main>
7 <h2>lyricli (lrc)</h2>
8 <p>Command line tool that shows lyrics for your currently playing song in the command line</p>
9 <p>
10<a href="https://git.sr.ht/~rbdr/lyricli">view source</a>.
11 </p>
12 <p>You may need to allow the plugin to run in "Privacy &amp; Security" in your system settings.</p>
13 <h2>Download</h2>
14 <ul>
15 <li>
16 <p>
17 <a href="/files/lyricli/2.0.0/universal/lrc">lrc (universal)</a>:
18 For both intel and apple silicon macs (larger binary)
19 </p>
20 </li>
21 <li>
22 <p>
23 <a href="/files/lyricli/2.0.0/arm64/lrc">lrc (arm64)</a>:
24 Only for apple silicon macs
25 </p>
26 </li>
27 <li>
28 <p>
29 <a href="/files/lyricli/2.0.0/x86_64/lrc">lrc (x86_64)</a>:
30 Only for intel macs
31 </p>
32 </li>
33 </ul>
34 <h2>Usage</h2>
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>
39 <pre>lrc -h</pre>
40 <pre>lrc --help</pre>
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>
49 <pre>lrc -l</pre>
50 <pre>lrc --list-sources</pre>
51 </main>