Skip to content

Commit

Permalink
add gitter badge + document new player controls
Browse files Browse the repository at this point in the history
  • Loading branch information
hrkfdn committed Mar 25, 2019
1 parent e5bf4b7 commit cb753ea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# ncspot

[![Gitter](https://badges.gitter.im/ncspot/community.svg)](https://gitter.im/ncspot/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Build Status](https://travis-ci.com/hrkfdn/ncspot.svg?token=DoBH2xZ13CfuTfqgEyp7&branch=develop)](https://travis-ci.com/hrkfdn/ncspot)

ncurses Spotify client written in Rust using librespot. It is heavily inspired
Expand Down Expand Up @@ -46,7 +48,10 @@ have them configurable.
* `Shift-p` toggles playback of a track
* `Shift-s` stops a track
* `Shift-r` updates the playlist cache
* `<` and `>` play the previous or next track, respectively
* `<` and `>` play the previous or next track
* `,` and `.` to rewind or skip forward
* `r` to toggle repeat mode
* `z` to toggle shuffle playback
* `q` quits ncspot

You can also open a Vim style commandprompt using `:`, the following commands
Expand Down

0 comments on commit cb753ea

Please sign in to comment.