1
0
Fork
You've already forked dumb-lyrics
0
A simple lyrics finder written in POSIX shell
  • Shell 100%
Find a file
2023年12月08日 00:45:14 +01:00
dumb-lyrics Better error handling 2023年12月08日 00:45:14 +01:00
LICENSE First commit 2023年01月15日 16:47:04 +01:00
README Add -s (search) option 2023年12月04日 23:03:23 +01:00

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