-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better control in fzf searching #641
Comments
Yes, but it should show a popup for you to initiate an action on the selected track.
No, not every command. Commands with key bindings Search is intended to be interactive. The solution you'd like to see defeats that purpose |
I see thanks for the clarification, in any case there’s the C-space bug, if I press it, the interactive search goes away and I’m thrown back at the top of the list.
Regarding the fzf search, would it be possible to add the binding to move to the next pane and unfocus the search box? This would solve all the issues
… On 17 Dec 2024, at 12:27, Thang Pham ***@***.***> wrote:
The only key that works is enter, if I press C-space I'm thrown back at the top of my liked songs list.
Yes, but it should show a popup for you to initiate an action on the selected track.
If I want to add the searched track to the queue, this is not possible because every command will be typed in the search field
No, not every command. Commands with key bindings control + {char} or alt + {char} still work in the search. FYI, AddSelectedItemToQueue does have a C-z (control+z) binding.
Search is intended to be interactive. The solution you'd like to see defeats that purpose
—
Reply to this email directly, view it on GitHub <#641 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAYNMMF7FERKLT2EZGTWWQT2GA7GPAVCNFSM6AAAAABTYULN5CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBYG42TMMZXGY>.
You are receiving this because you authored the thread.
|
Is your feature already implemented in the latest
master
? NoIs your feature request related to a problem? Please describe.
Being able to use fzf with
/
to find tracks in the liked songs (gy
), for example, is an awesome addition. The problem is that once searched, I can't do anything other than play the track. If I want to add the searched track to the queue, this is not possible because every command will be typed in the search field. I've triedC-space
, change focus, but nothing works. The only key that works isenter
, if I pressC-space
I'm thrown back at the top of my liked songs list.Describe the solution you'd like
It would be nice if the fzf search for every page worked like the search page, e.g: press
/
a new field pops below the current playing song progress bar, you can type in and the list is being filtered as you type. But, as you pressFocusNextPane
you drop to the results list where you can apply the same commands as you would be able to in the liked songs list or the search results listDescribe alternatives you've considered
What I'm doing today is that I use the search page to search for the song I want, even though I know the song is already saved in my library and then I use
Z
to add to the queue.Additional context
Version: 0.20.4
MacOS Sequoia 15.1.1
Installed through Cargo with all the features
The text was updated successfully, but these errors were encountered: