a short web-scraping go script that displays song lyrics from songlyrics website
installation
go install github.com/4hnme/lst@latest
- or download pre-compiled executable file from releases
usage
use the following command:
lst [song name] [flags]
on linux, or:
lst.exe [song name] [flags]
on windows
Linux:

Windows:

p.s.
i tried to make it as minimalistic as possible although it uses whole web-pages and may take some tome to process them
i did not want to base this on genius api because it turned out slow and unreliable