From: Ruben Beltran del Rio Date: Sat, 16 Mar 2024 23:15:32 +0000 (+0100) Subject: Add more context on the manual X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/855c10a40134d0bfe25a77096c9e2f9ec385e753?ds=sidebyside Add more context on the manual --- diff --git a/lyricli.gmi b/lyricli.gmi index 30726ba..29ed9be 100644 --- a/lyricli.gmi +++ b/lyricli.gmi @@ -51,6 +51,10 @@ Then copy the file somewhere in your PATH ## Usage Running without arguments will try to detect your current song in apple music or spotify +``` +$ lrc +``` + You can run it with artist name and song name to fetch it manually ``` @@ -87,6 +91,14 @@ $ lrc -l $ lrc --list-sources ``` +## Manual + +If you install using the rpm and deb you should be able to call help with man + +``` +man lrc +``` + ## Changelog * 3.0.0 Rewritten in rust, supports linux media players. Relicensed to AGPL 3.0