pwittchen/spotify-cli-linux

Give shell-like capabilities

kindlehl opened this issue · 3 comments

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.

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

It's being implemented in PR #35.

Done.