lyrics is a simple bash script I built for myself to fetch lyrics of the song on the linux terminal.
I love listening to music and I always keep forgetting the lyrics. Most of the time I keep singing randomly so I made this to see what I'm singing to. Follow the easy instructions.
- Clone/Download this project.
- Go inside this project(in lyrics folder).
cd lyrics
- Copy paste this command.
sudo ln -s $(readlink -f lyrics) /usr/bin/lyrics
- Done.
P.S. Make sure you have the correct permissions to run the script. See example
lyrics --help
lyrics -s New York
lyrics -a Frank Sinatra
lyrics -b New York - Frank Sinatra
lyrics -b Frank Sinatra - New York