A terminal-based Spotify visualizer written in Rust for Kitty.
kitty curl playerctl
pacman -U spotify-visualizer-5.0.0-x86_64.pkg.tar.zst
tar -xzf spotify-visualizer-5.0.0-x86_64.tar.gz
./spotify-visualizer
git clone https://github.com/kadsendino/spotify-visualizer.git
cd spotify-visualizer
cargo run --release
| Key | Action | Description |
|---|---|---|
| Space | Play-Pause | Toggle play and pause of music |
| Rightarrow | Next | Play next song |
| Leftarrow | Previous | Play previous song |
The written source code is licensed under MIT License.