markjamesm / MusicSharp

MusicSharp is a lightweight TUI music player written in C#.
https://markjames.dev/blog/developing-a-cli-music-player-csharp/
GNU General Public License v3.0
57 stars 11 forks source link

Merge the play and pause buttons #21

Closed marijnz0r closed 3 years ago

marijnz0r commented 3 years ago

It feels very natural for the play and pause buttons to be inverse. I think it's a cool idea to merge the play and pause buttons to one button. So if you're playing something, pause it, if you're paused, resume playing.

markjamesm commented 3 years ago

I think this could be neat! It would also simplify the UI by having one less button.

markjamesm commented 3 years ago

PR https://github.com/markjamesm/MusicSharp/pull/22 implemented this functionality, so closing this issue.

Thanks marijnz0r!