An application to display the albumn cover of the track played in cmus.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: README updated

+10 -2
+10 -2
README.md
··· 1 1 # cmus Cover Viewer 2 2 3 3 Small program in Go to display the cover art of the current track playing in 4 - [cmus](https://cmus.github.io/). This is how it'd look in [kitty](https://sw.kovidgoyal.net/kitty/) terminal and using 4 + [cmus](https://cmus.github.io/). 5 + 6 + This is how it'd look in [kitty](https://sw.kovidgoyal.net/kitty/) terminal and using 5 7 also [cava](https://github.com/karlstav/cava), using kitty windows: 6 8 7 9 ![screenshot](./screenshot.png) ··· 39 41 40 42 ### Notify from cmus 41 43 42 - This is based on the [status display](https://github.com/cmus/cmus/wiki/status-display-programs#usage--installation) from cmus. Assuming you use multiple programs, with a shell 44 + This is based on the [status display](https://github.com/cmus/cmus/wiki/status-display-programs#usage--installation) from **cmus**. The input is read from the stdin: 45 + 46 + ```bash 47 + echo "file <path-to-file>" | cover-viewer --mode notify 48 + ``` 49 + 50 + Assuming you use multiple programs, with a shell 43 51 script, e.g. `~/.cmus/status_display_program.sh`, you can add there this visualizer: 44 52 45 53 ```bash