A simple lyrics finder written in POSIX shell
| dumb-lyrics | Better error handling | |
| LICENSE | First commit | |
| README | Add -s (search) option | |
dumb-lyrics =========== A simple lyrics finder written in POSIX shell. Dependencies ------------ Any text-based browser that supports the -dump option. - links - lynx - elinks - w3m By default, links will be used. Environment variables --------------------- DUMB_CMD Set your preferred text-based browser. DUMB_INSTANCE Set your preferred instance. Use the -l option to list public instances. PAGER less, more Usage ----- ./dumb-lyrics -s "search query" Or ./dumb-lyrics <artist> <song name> Example: `./dumb-lyrics -s "never gonna give you up"` `./dumb-lyrics "The Beatles Octopus's Garden"` `./dumb-lyrics electric light orchestra mr. blue sky` You can use uppercase or lowercase, it doesn't matter. The script is case insensitive, and punctuation insensitive too. For more information, `./dumb-lyrics -h` Where does it get the lyrics from? ---------------------------------- From a Genius frontend called Dumb[1]. A random instance will be chosen from a list contained within the shell script. Only instances that are NOT behind CDNs like Cloudflare will be included. 1. https://github.com/rramiachraf/dumb