blob: 4d51d44156b61b90fa3d1916fa7e20c29a9f0c8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
.TH LRC 1 "2025-07-17" "4.0.0" "Lyricli Manual"
.SH NAME
lrc \- show lyrics in your terminal
.SH SYNOPSIS
.B lrc [\fIOPTIONS\fP | [\fIARTIST TRACK_NAME\fP]
.SH DESCRIPTION
.PP
lyricli (lrc) is a tool that fetches lyrics from the genius
API. It can fetch based on the track that's currently playing,
or you can explicitly ask it for a track.
.SH OPTIONS
.TP
.B -h, --help
Display help.
.TP
.B -v, --version
Display version information.
.TP
.B -t, --show-title
Display title of track and artist name before lyrics.
.TP
.B -t, --lisst-sources
List the available sources and whether they're enabled.
.TP
.B -e, --enable-source <\fISOURCE\fP>
Enables the source named SOURCE.
.TP
.B -d, --disable-source <\fISOURCE\fP>
Disables the source named SOURCE.
.TP
.B -r, --reset-source <\fISOURCE\fP>
Resets the source configuration for SOURCE.
.SH CONFIGURATION
Lyricli stores configuration for sources in
\fI$XDG_CONFIG_HOME/lyricli\fR, however you can override this
by setting \fI$LYRICLI_CONFIG_DIRECTORY\fR.
.SH SOURCES
Sources are available depending on which platform you're in.
.SS Linux
.TP
.B mpris
Fetches current track from players that implement MPRIS via
dbus. This works for most popular linux media players.
.SS MacOS
.TP
.B apple_music
Fetches current track from the local Apple Music app using
scripting bridge.
.TP
.B spotify
Fetches current track from the local Spotify app using
scripting bridge.
.TP
.B swinsian
Fetches current track from the local Swinsian app using
scripting bridge.
.SH VERSION
.BR 4.0.0
.SH HOMEPAGE
.I https://r.bdr.sh/lyricli.html
.SH AUTHORS
\ Rubén Beltrán del Río <\fIlyricli@r.bdr.sh\fP>
|