From cb753ea073b561cc418af9ca353518674899d510 Mon Sep 17 00:00:00 2001 From: Henrik Date: Mon, 25 Mar 2019 21:51:24 +0100 Subject: [PATCH] add gitter badge + document new player controls --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 930171b..96a485c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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