mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #744] Keyboard shortcut to save (ie like) currently playing track #298
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#298
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 @gwennlbh on GitHub (Feb 23, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/744
I'd like to have another shortcut to save the currently playing track.
This is useful every time you're listening to new stuff: if you stumble upon a track you like, you can directly mark it as such.
No, pressing
othensis not equivalent, sinceowill not highlight the currently playing track, but the one that was highlighted before switching contexts@OrangeFran commented on GitHub (Feb 24, 2021):
You could just press
escapeand then go down to the currently playing track, pressenterand thens.Or using the cli, you could type
spt pb --like. Maybebandsworks too, but I haven't tried.@gwennlbh commented on GitHub (Feb 24, 2021):
Wow, I didn't know about
spt pb! thanks!