rockagen / cmus-lyric

cmus lyric viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmus-lyric

cmus lyrics viewer

Like

With tmux

With comments

help

usage:

 q or <C-c>: quit
 m         : view comments
 y         : view lyrics
 ?         : help

Install

Linux

curl -L https://github.com/rockagen/cmus-lyric/raw/master/lyrics -o lyrics

MacOS

curl -L https://github.com/rockagen/cmus-lyric/raw/master/lyrics_osx -o lyrics

chmod u+x lyrics

How

Check cmus current file exist lyric,fetch from music.163.com if not found

Requirements

go compile

termui term ui

Build

Install lyrics

make install

Run

./lyrics

type q to quit

happy enjoy!

About

cmus lyric viewer

License:MIT License


Languages

Language:Go 95.6%Language:Makefile 4.4%