diff --git a/doc/users.md b/doc/users.md index 529585eb..5c150170 100644 --- a/doc/users.md +++ b/doc/users.md @@ -161,7 +161,7 @@ Note: \ - mandatory arg; [BAR] - optional arg | `playpause`
Aliases: `pause`, `toggleplay`, `toggleplayback` | Toggle playback. | | `stop` | Stop playback. | | `seek` [`+`\|`-`]\ | Seek to the specified position, or seek relative to current position by prepending `+`/`-`.
\* TIME is anything accepted by [parse_duration](https://docs.rs/parse_duration/latest/parse_duration/)
\* Default unit is `ms` for backward compatibility. | -| `move` \ \ | Scroll the current view `up`/`down`/`left`/`right` with integer step sizes, or `pageup`/`pagedown`/`pageleft`/`pageright` with float step sizes. +| `move` \ \ | Scroll the current view `up`/`down`/`left`/`right` with integer step sizes, or `pageup`/`pagedown`/`pageleft`/`pageright` with float step sizes. | | `repeat` [REPEAT_MODE]
Alias: `loop` | Set repeat mode. Omit argument to step through the available modes.
\* Valid values for REPEAT_MODE: `list` (aliases: `playlist`, `queue`), `track` (aliases: `once`, `single`), `none` (alias: `off`) | | `shuffle` [`on`\|`off`] | Enable or disable shuffle. Omit argument to toggle. | | `previous` | Play the previous track. | @@ -176,6 +176,8 @@ Note: \ - mandatory arg; [BAR] - optional arg | `noop` | Do nothing. Useful for disabling default keybindings. See [custom keybindings](#custom-keybindings). | | `reload` | Reload the configuration from disk. See [Configuration](#configuration). | | `reconnect` | Reconnect to Spotify (useful when session has expired or connection was lost | +| `add [current]` | Add selected track to playlist, if `current` is passed the currently playing track will be added | +| `save [current]` | Save selected item, if `current` is passed the currently playing item will be saved | ## Remote control (IPC) Apart from MPRIS, ncspot will also create a domain socket on UNIX platforms