mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #439] help menu has pagination key too far down (hen/egg problem) #184
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#184
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?
Originally created by @mhellwig on GitHub (May 5, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/439
when looking at the help menu, the key for pagination (ctrl-d) is only mentioned so far down that on regular terminals, you won't see it on the first page. Meaning that if you don't know that ctrl-d is for pagination and head to help to find out all the keys, you'll never know that there's more than one page of content there (or anywhere else for that matter). Trying space or pg-down (which I did) obviously doesn't help. Only reading some (as far as I could tell) unrelated issue about playlists here caused me to realize that ctrl-d was for pagination (since it's not really discoverable - I mean UNIX convention would dictate a different meaning to ctrl-D, right?).
So .. put it in the first line of the help, maybe?
@Rigellute commented on GitHub (May 6, 2020):
Could be a good idea.
Contributions welcome! This will simply a matter of moving the "Pagination" related items in the help menu vector to the start of that vector (see here)
I also like the idea to make the help menu searchable https://github.com/Rigellute/spotify-tui/issues/431