mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[PR #167] [MERGED] Playlist: add shortcuts to jump to the start or the end #649
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#649
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:end-playlist📝 Commits (1)
a8edb7fPlaylist: 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
TrackTableContextas 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.