A Command Line Interface (CLI) for Spotify built using Rust, where users can manage their Spotify songs and playlists through the Command Line
- Open Command Prompt as an Administrator
cd ~/Downloads/spotify-climkdir "C:\Program Files\spotify"copy target\release\spotify.exe "C:\Program Files\spotify\"- Add to System Environment PATH Variables
- Go to system variables and edit PATH and add the path
C:\Program Files\spotify\
- Go to system variables and edit PATH and add the path
- Open up any command line
cd ~/Downloads/spotify-clisudo cp target/release/spotify usr/local/bin-> administrator is required