[PR #167] [MERGED] Playlist: add shortcuts to jump to the start or the end #649

Closed
opened 2026-02-28 14:50:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/167
Author: @BlackYoup
Created: 11/25/2019
Status: Merged
Merged: 11/30/2019
Merged by: @Rigellute

Base: masterHead: end-playlist


📝 Commits (1)

  • a8edb7f Playlist: add shortcuts to jump to the start or the end

📊 Changes

2 files changed (+63 additions, -1 deletions)

View changed files

📝 src/handlers/track_table.rs (+61 -1)
📝 src/ui/help.rs (+2 -0)

📄 Description

Hello,

Here's a patch to allow a user to jump to the end / start of a playlist.

I used the same shortcut as the one used to go at the end / start of the search input but I'm not sure if you are ok with that. If you are, I guess we'd have to find how to specify it in the help page.

I also didn't implement it for other variants of TrackTableContext as I'm not sure if that's worth it.

Let me know how you feel about this and thanks for your work on this client :)


🔄 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/Rigellute/spotify-tui/pull/167 **Author:** [@BlackYoup](https://github.com/BlackYoup) **Created:** 11/25/2019 **Status:** ✅ Merged **Merged:** 11/30/2019 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `end-playlist` --- ### 📝 Commits (1) - [`a8edb7f`](https://github.com/Rigellute/spotify-tui/commit/a8edb7f51b70e154aaf0ee39ef23e1527ff42e33) Playlist: add shortcuts to jump to the start or the end ### 📊 Changes **2 files changed** (+63 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/handlers/track_table.rs` (+61 -1) 📝 `src/ui/help.rs` (+2 -0) </details> ### 📄 Description Hello, Here's a patch to allow a user to jump to the end / start of a playlist. I used the same shortcut as the one used to go at the end / start of the search input but I'm not sure if you are ok with that. If you are, I guess we'd have to find how to specify it in the help page. I also didn't implement it for other variants of `TrackTableContext` as I'm not sure if that's worth it. Let me know how you feel about this and thanks for your work on this client :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:50:20 +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-tui#649
No description provided.