[PR #888] [MERGED] feat: add SeekStart command #1851

Closed
opened 2026-03-14 15:36:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/888
Author: @mrghosti3
Created: 12/19/2025
Status: Merged
Merged: 12/28/2025
Merged by: @aome510

Base: masterHead: feat/seek_start_cmd


📝 Commits (4)

📊 Changes

4 files changed (+12 additions, -4 deletions)

View changed files

📝 README.md (+1 -0)
📝 spotify_player/src/command.rs (+2 -0)
📝 spotify_player/src/config/keymap.rs (+4 -4)
📝 spotify_player/src/event/mod.rs (+5 -0)

📄 Description

Creates a command SeekStart for restarting playback to start of current track.

Default keybind 0. Inspiration taken from youtube playback and neovim.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/888 **Author:** [@mrghosti3](https://github.com/mrghosti3) **Created:** 12/19/2025 **Status:** ✅ Merged **Merged:** 12/28/2025 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `feat/seek_start_cmd` --- ### 📝 Commits (4) - [`9ce3a62`](https://github.com/aome510/spotify-player/commit/9ce3a62e812df41ccb7be53e115eca5dfba50f58) feat: add SeekStart command - [`7144aff`](https://github.com/aome510/spotify-player/commit/7144afffcca2ea17b68c2d6ef7586c89ee470e62) fix: remove keymap conflict - [`e66bfce`](https://github.com/aome510/spotify-player/commit/e66bfced50cf3c79d4375001d01703ad068b8786) doc: document command in README - [`6849eb4`](https://github.com/aome510/spotify-player/commit/6849eb4885295494d09b93d24a4da35ebfade325) cargo fmt ### 📊 Changes **4 files changed** (+12 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `spotify_player/src/command.rs` (+2 -0) 📝 `spotify_player/src/config/keymap.rs` (+4 -4) 📝 `spotify_player/src/event/mod.rs` (+5 -0) </details> ### 📄 Description Creates a command `SeekStart` for restarting playback to start of current track. Default keybind `0`. Inspiration taken from youtube playback and neovim. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 15:36:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#1851
No description provided.