Playlist: add shortcuts to jump to the start or the end#167
Merged
Conversation
Rigellute
reviewed
Nov 27, 2019
Contributor
Author
Alright, will do :)
Yes, I was waiting for your input to fix those in case you weren't ok with the changes, I'll fix it later today! |
0ac167d to
7315bdb
Compare
7315bdb to
a8edb7f
Compare
Owner
|
@all-contributors please add @BlackYoup for code |
Contributor
|
I've put up a pull request to add @BlackYoup! 🎉 |
nighi
pushed a commit
to nighi/spotify-tui
that referenced
this pull request
Jul 11, 2025
Playlist: add shortcuts to jump to the start or the end
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 :)