Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rockstar2046/cmus-lyric
cmus lyric viewer
https://github.com/rockstar2046/cmus-lyric
Last synced: 3 months ago
JSON representation
cmus lyric viewer
- Host: GitHub
- URL: https://github.com/rockstar2046/cmus-lyric
- Owner: rockstar2046
- License: mit
- Created: 2018-12-04T11:15:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T07:57:31.000Z (about 6 years ago)
- Last Synced: 2024-08-04T17:09:19.453Z (4 months ago)
- Language: Go
- Size: 26.7 MB
- Stars: 27
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - rockstar2046/cmus-lyric - cmus lyric viewer (Go)
README
# cmus-lyric
[cmus](https://cmus.github.io/) lyrics [viewer](https://asciinema.org/a/69vGAibC1uvkDBR7WuSecbydd)![](https://api.travis-ci.org/rockagen/cmus-lyric.svg?branch=master)
# Like
![](https://i.imgur.com/WNxuUZ7.png)With tmux
![](https://i.imgur.com/wL3tPZa.png)With comments
![](https://i.imgur.com/UUUf9lZ.png)help
```bash
usage:q or : 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
```bash
make install
```# Run
`./lyrics`type `q` to quit
happy enjoy!