PSReadLine icon indicating copy to clipboard operation
PSReadLine copied to clipboard

Option to trigger `MenuComplete` on consecutive tab press, like Zsh's `AUTO_MENU`

Open segevfiner opened this issue 1 year ago • 0 comments

Prerequisites

  • [X] Write a descriptive title.

Description of the new feature/enhancement

It would be nice to have an option to trigger MenuComplete on a consecutive tab press like Zsh's AUTO_MENU. Basically first and second tab act like Complete/Bash does, but pressing it again while the list of options is shown switches to menu completion.

Proposed technical implementation details (optional)

A new function that can be bound to tab that acts this way? Or a config parameter to switch Complete to behave that way.

segevfiner avatar Jul 01 '24 18:07 segevfiner