hnarayanan / shpotify

A command-line interface to Spotify.
https://harishnarayanan.org/projects/
2.01k stars 153 forks source link

Pos without an argument should return current position #67

Open 0x62 opened 7 years ago

0x62 commented 7 years ago

Currently executing spotify pos returns an error:

$ spotify pos
Adjusting Spotify play position.
52:52: syntax error: Expected expression but found end of script. (-2741)

Instead, I suggest that it should return the current position:

$ spotify pos
Position: 3:01/4:55

Would a PR with this change be accepted?

hnarayanan commented 7 years ago

Yes, please!