# SpotifyLinuxOpen #### A simple cli-utility that allows you to open "open.spotify.com" in the Spotify desktop client on Linux ## Usage: **Link:** `https://open.spotify.com//` ```shell slopen https://open.spotify.com/track/4PTG3Z6ehGkBFwjybzWkR8?si=a4ec356b33fd49d3 ``` ## Build: **Build python pkg** ```shell pip install setuptools && python setup.py ``` **Install** ```shell pip install dist/* ```