Replies: 1 comment 4 replies
-
|
@junegunn any thoughts on this? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Configuration could be a flag like
--action-panel-entrywith entries in the formLABEL:ACTION, and optionallyPANEL:LABEL:ACTIONfor named menus. It's basically the same semantics as bindings but instead of keys it would be action panelsUsage would be through bindable actions:
And for named menus:
When opened, the panel could render inside the existing preview area (reusing its logic). The user navigates entries with the movement keys and presses enter to run the selected action.
Example:
And would look like
Beta Was this translation helpful? Give feedback.
All reactions