From: Ruben Beltran del Rio Date: Mon, 10 Apr 2023 14:14:12 +0000 (+0200) Subject: Add lyricli page X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/e4b628053e47debf509bef4b5c66e549f57ff1c3?hp=6b86523814df0265e0a91d1fa2799634c2bf0a72 Add lyricli page --- diff --git a/jekyll/lyricli.html b/jekyll/lyricli.html new file mode 100644 index 0000000..bed4c93 --- /dev/null +++ b/jekyll/lyricli.html @@ -0,0 +1,51 @@ +--- +layout: default +title: /lyricli.html +description: "Lyricli (lrc), a command line lyrics finder" +--- +
+

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

+ +

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
+