ducker icon indicating copy to clipboard operation
ducker copied to clipboard

Add hints in command mode

Open azthec opened this issue 1 year ago • 1 comments

Hello, first off thanks for the work on Ducker.

Is your feature request related to a problem? Please describe. It is a bit hard to identify which of the many docker commands are available in Ducker.

Describe the solution you'd like Similarly to k9s Ducker could provide autocomplete hints when you enter command mode (pressing :).

Describe alternatives you've considered This could also be added somewhere like the hotkeys, but it could also add visual clutter.

Additional context

azthec avatar Mar 28 '25 10:03 azthec

I didn't realise that this does already exist, but requires two letters to be typed as opposed to only one in k9s.

azthec avatar Mar 28 '25 11:03 azthec

Closing as @azthec - I have added a flag in config to override the default required number of characters

The default is still 2, but if you set the following in ~/.config/ducker/config.yaml, it should work for you

autocomplete_minimum_length: 1

robertpsoane avatar Jun 29 '25 16:06 robertpsoane