pwittchen / spotify-cli-linux

🎶 A command line interface to Spotify on Linux
https://pwittchen.github.io/spotify-cli-linux
GNU General Public License v3.0
643 stars 55 forks source link

Give shell-like capabilities #34

Closed kindlehl closed 5 years ago

kindlehl commented 5 years ago

This tool would be so much nicer if there was an option to act as a shell. Its tiring to type spotify -- and going thru history to find a spotify commands and changing them, etc. It would be much nicer if the program, when ran without arguments, turned into a shell. You could then pass the shell commands which would invoke the regular program with the -- parameters or otherwise use the internal functions.

pwittchen commented 5 years ago

Hi,

I think, it's nice idea for additional feature as long as we keep backward-compatibility with the params starting from -- because it's useful while using it e.g. in a bash scripts.

Regards, Piotr

pwittchen commented 5 years ago

It's being implemented in PR #35.

pwittchen commented 5 years ago

Done.