1
0
Fork 0
SpotifyLinuxOpen/README.md

21 lines
414 B
Markdown
Raw Normal View History

2024-03-21 04:57:09 +00:00
# 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/<type>/<id>`
```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/*
```