sxyazi / yazi

💥 Blazing fast terminal file manager written in Rust, based on async I/O.
https://yazi-rs.github.io
MIT License
11.42k stars 266 forks source link

`Command palette` to launch commands without assigning keyboard hotkey #1211

Closed VKondakoff closed 5 days ago

VKondakoff commented 5 days ago

Please describe the problem you're trying to solve

Currently the only way to launch commands in yazi is to assign a dedicated keyboard hotkey to specified command. But available hotkeys are limited. Look at the plugins: the max-preview and hide-preview are recommending the same hotkey (t) and the jump-to-char is recommending f which is assigned to Find command.

Would you be willing to contribute this feature?

Describe the solution you'd like

So, I'm sure there is a need of something like command palette to run commands without any hotkey, just by choosing them from the list. (Fuzzy) search within commands is highly welcome.

Additional context

Just for an example: command palette in Obsidian:

Снимок экрана 2024-06-25 в 15 17 36
sxyazi commented 5 days ago

Duplicate of https://github.com/sxyazi/yazi/issues/1153