/cmus-lyrics

Fetch lyrics of currently playing music in cmus

Primary LanguageShell

cmus-lyrics

Description

Fetch lyrics of currently playing music in cmus. All lyrics files are stored by default in $HOME/lyrics, you can change this by editing the script.

Dependencies

Installation

Download the script and put it in your path, don't forget making it executable. I suggest the following:

cd /path/to/install
git clone https://github.com/Navds/cmus-lyrics.git
cd cmus-lyrics
sudo chmod +x lyrics
ln -s $(pwd)/lyrics -t ~/bin

Use

Just enter the command lyrics on the terminal and have fun.

lyrics

We use less for vim-like navigation (i: up, j: down, gg: top, G: bottom, q: quit)