→ <a href="https://git.sr.ht/~rbdr/lyricli">view source</a>.
</p>
<p>You may need to allow the plugin to run in "Privacy & Security" in your system settings.</p>
+ <h2>Install from Homebrew</h2>
+ <p>You can install using homebrew. For direct binaries see below.</p>
+ <pre>brew tap rbdr/apps git@git.sr.ht:~rbdr/homebrew-apps</pre>
+ <pre>brew install lyricli</pre>
<h2>Download</h2>
<ul>
<li>
<p>
- <a href="/files/lyricli/2.0.0/universal/lrc">lrc (universal)</a>:
- For both intel and apple silicon macs (larger binary)
+ <a href="/files/lyricli/lrc-universal.tar.gz">lrc (universal)</a>:
+ Latest (2.0.1), for both intel and apple silicon macs (larger binary)
</p>
</li>
<li>
<p>
- <a href="/files/lyricli/2.0.0/arm64/lrc">lrc (arm64)</a>:
- Only for apple silicon macs
+ <a href="/files/lyricli/lrc-arm64.tar.gz">lrc (arm64)</a>:
+ Latest (2.0.1), only for apple silicon macs
</p>
</li>
<li>
<p>
- <a href="/files/lyricli/2.0.0/x86_64/lrc">lrc (x86_64)</a>:
- Only for intel macs
+ <a href="/files/lyricli/lrc-x86_64.tar.gz">lrc (x86_64)</a>:
+ Latest (2.0.1), only for intel macs
</p>
</li>
</ul>
<p>You can list all the sources with:</p>
<pre>lrc -l</pre>
<pre>lrc --list-sources</pre>
+ <h2>All Versions</h2>
+ <ul>
+ <li>
+ <p>
+ lrc 2.0.1
+ (<a href="/files/lyricli/lrc-2.0.1-universal.tar.gz">universal</a>)
+ (<a href="/files/lyricli/lrc-2.0.1-arm64.tar.gz">arm64</a>)
+ (<a href="/files/lyricli/lrc-2.0.1-x86_64.tar.gz">x86_64</a>):
+ Fixes a segfault when there are n1 results, and incorrect behavior when results are not songs.
+ </p>
+ </li>
+ <li>
+ <p>
+ lrc 2.0.0
+ (<a href="/files/lyricli/lrc-2.0.0-universal.tar.gz">universal</a>)
+ (<a href="/files/lyricli/lrc-2.0.0-arm64.tar.gz">arm64</a>)
+ (<a href="/files/lyricli/lrc-2.0.0-x86_64.tar.gz">x86_64</a>):
+ Rebuilt to use swift 5.8 and work with the genius API instead of defunct LyricsWiki
+ </p>
+ </li>
+ </ul>
</main>