1 .TH LRC 1 "2024-03-16" "3.0.0" "Lyricli Manual"
3 lrc \- show lyrics in your terminal
5 .B lrc [\fIOPTIONS\fP | [\fIARTIST TRACK_NAME\fP]
8 lyricli (lrc) is a tool that fetches lyrics from the genius
9 API. It can fetch based on the track that's currently playing,
10 or you can explicitly ask it for a track.
17 Display version information.
20 Display title of track and artist name before lyrics.
22 .B -t, --lisst-sources
23 List the available sources and whether they're enabled.
25 .B -e, --enable-source <\fISOURCE\fP>
26 Enables the source named SOURCE.
28 .B -d, --disable-source <\fISOURCE\fP>
29 Disables the source named SOURCE.
31 .B -r, --reset-source <\fISOURCE\fP>
32 Resets the source configuration for SOURCE.
34 Lyricli stores configuration for sources in
35 \fI$XDG_CONFIG_HOME/lyricli\fR, however you can override this
36 by setting \fI$LYRICLI_CONFIG_DIRECTORY\fR.
38 Sources are available depending on which platform you're in.
42 Fetches current track from players that implement MPRIS via
43 dbus. This works for most popular linux media players.
47 Fetches current track from the local apple music app using
51 Fetches current track from the local spotify app using
56 .I https://r.bdr.sh/lyricli.html
58 \ Rubén Beltrán del Río <\fIlyricli@r.bdr.sh\fP>