mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #127] More navigation commands #56
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#56
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 @bartlibert on GitHub (Feb 9, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/127
I'd like to have some more navigation commands in the app
@aome510 commented on GitHub (Feb 11, 2023):
Adding other navigation commands should be a trivial change except this one =)). IMHO, it should be enough to navigate with a combination of page(up/down) (which can be implemented as moving up/down 10 rows) and (up/down) commands. Also, I tend to avoid complicating the handling code if possible.
I did implement a similar thing for my other app (
hackernews-tui) but it feels really hacky to me.@bartlibert commented on GitHub (Feb 13, 2023):
No problem. I'm a developer myself, so I understand wanting to keep code simple. Some combination of the other ones would indeed already cover almost all cases. (I'm just a vim freak I guess 😉)